com.genesyslab.ail.event
Interface WorkbinListener


public interface WorkbinListener

The listener for monitoring interaction activity on a workbin.


Method Summary
 void handleWorkbinEvent(WorkbinEvent event)
          An event occurred about a workbin.
 

Method Detail

handleWorkbinEvent

void handleWorkbinEvent(WorkbinEvent event)
An event occurred about a workbin.

Parameters:
event - the event that occurred.