com.genesyslab.omsdk.qil.applicationblocks.monitoring.listeners
Class MyQILInteractionListener

java.lang.Object
  extended bycom.genesyslab.omsdk.qil.applicationblocks.monitoring.listeners.MyQILInteractionListener

public class MyQILInteractionListener
extends java.lang.Object

Implements a QILInteractionListener.

This application block shows the tests you should perform on QILInteractionEvent events.


Constructor Summary
MyQILInteractionListener()
           
 
Method Summary
 void handleInteractionEvent(QILInteractionEvent event)
          Shows which tests you should perform on QILInteractionEvent events.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyQILInteractionListener

public MyQILInteractionListener()
Method Detail

handleInteractionEvent

public void handleInteractionEvent(QILInteractionEvent event)
Shows which tests you should perform on QILInteractionEvent events.

Parameters:
event - event containing the related interaction.