ibspan.tss.um.ontology
Interface AgentQuestionListener

All Superinterfaces:
com.ibm.adtech.jastor.ThingListener

public interface AgentQuestionListener
extends com.ibm.adtech.jastor.ThingListener

Implementations of this listener may be registered with instances of ibspan.tss.um.ontology.AgentQuestion to receive notification when properties changed, added or removed.


Field Summary
 
Fields inherited from interface com.ibm.adtech.jastor.ThingListener
copyright
 
Method Summary
 void hasLongMessageChanged(AgentQuestion source)
          Called when hasLongMessage has changed
 void hasQuestionIDChanged(AgentQuestion source)
          Called when hasQuestionID has changed
 void hasScenarioActionNameChanged(AgentQuestion source)
          Called when hasScenarioActionName has changed
 void hasShortMessageChanged(AgentQuestion source)
          Called when hasShortMessage has changed
 void hasUserIDChanged(AgentQuestion source)
          Called when hasUserID has changed
 

Method Detail

hasLongMessageChanged

void hasLongMessageChanged(AgentQuestion source)
Called when hasLongMessage has changed

Parameters:
source - the affected instance of ibspan.tss.um.ontology.AgentQuestion

hasQuestionIDChanged

void hasQuestionIDChanged(AgentQuestion source)
Called when hasQuestionID has changed

Parameters:
source - the affected instance of ibspan.tss.um.ontology.AgentQuestion

hasShortMessageChanged

void hasShortMessageChanged(AgentQuestion source)
Called when hasShortMessage has changed

Parameters:
source - the affected instance of ibspan.tss.um.ontology.AgentQuestion

hasScenarioActionNameChanged

void hasScenarioActionNameChanged(AgentQuestion source)
Called when hasScenarioActionName has changed

Parameters:
source - the affected instance of ibspan.tss.um.ontology.AgentQuestion

hasUserIDChanged

void hasUserIDChanged(AgentQuestion source)
Called when hasUserID has changed

Parameters:
source - the affected instance of ibspan.tss.um.ontology.AgentQuestion