Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


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

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


Copyright © 1996, 2010, Oracle and/or its affiliates. All rights reserved.