com.genesyslab.ail.event
Interface InteractionListener

All Known Subinterfaces:
AgentListener, DnListener, PlaceListener

public interface InteractionListener

Receives events on an Interaction.

See Also:
AbstractInteraction.addInteractionListener(java.lang.Object)

Method Summary
 void contactChanged(InteractionEvent event)
          The contact of this interaction has changed.
 void handleInteractionEvent(InteractionEvent event)
          Receives an event about this interaction.
 

Method Detail

handleInteractionEvent

void handleInteractionEvent(InteractionEvent event)
Receives an event about this interaction.


contactChanged

void contactChanged(InteractionEvent event)
The contact of this interaction has changed.