com.genesyslab.ail.applicationblocks.openmedia.simplehandling
Class SimpleOpenMediaHandler.InteractionListenerAdapter

java.lang.Object
  extended bycom.genesyslab.ail.applicationblocks.openmedia.simplehandling.SimpleOpenMediaHandler.InteractionListenerAdapter
All Implemented Interfaces:
com.genesyslab.ail.event.InteractionListener
Enclosing class:
SimpleOpenMediaHandler

public class SimpleOpenMediaHandler.InteractionListenerAdapter
extends java.lang.Object
implements com.genesyslab.ail.event.InteractionListener

Implements InteractionListener. This listener implements all the methods that observe the behaviour of the current interaction in AIL.


Constructor Summary
SimpleOpenMediaHandler.InteractionListenerAdapter()
           
 
Method Summary
 void contactChanged(com.genesyslab.ail.event.InteractionEvent event)
           
 void handleInteractionEvent(com.genesyslab.ail.event.InteractionEvent event)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleOpenMediaHandler.InteractionListenerAdapter

public SimpleOpenMediaHandler.InteractionListenerAdapter()
Method Detail

handleInteractionEvent

public void handleInteractionEvent(com.genesyslab.ail.event.InteractionEvent event)
Specified by:
handleInteractionEvent in interface com.genesyslab.ail.event.InteractionListener

contactChanged

public void contactChanged(com.genesyslab.ail.event.InteractionEvent event)
Specified by:
contactChanged in interface com.genesyslab.ail.event.InteractionListener