com.stellent.cis.client.command.event
Interface ICommandEventListener


public interface ICommandEventListener

The command server event listener interface. Allows objects in the command application to receive system events.


Method Summary
 java.lang.Class[] getEventTypes()
           
 void onEvent(ICommandApplicationEvent event)
          Called when an even occurs to which the object is subscribed.
 

Method Detail

getEventTypes

java.lang.Class[] getEventTypes()
Returns:
an array of the types of events to subscribe

onEvent

void onEvent(ICommandApplicationEvent event)
Called when an even occurs to which the object is subscribed.

Parameters:
event - the server event