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 ICommandEventRouter


public interface ICommandEventRouter

Routes events from publisher to subscriber.


Field Summary
static java.lang.String BEAN_ID
           

 

Method Summary
 void addListener(ICommandEventListener eventListener)
          Routes all commands of the given type to this command listener.
 void publishEvent(ICommandApplicationEvent applicationEvent)
          Publish the event throughout the application

 

Field Detail

BEAN_ID

static final java.lang.String BEAN_ID
See Also:
Constant Field Values

Method Detail

addListener

void addListener(ICommandEventListener eventListener)
Routes all commands of the given type to this command listener.
Parameters:
eventListener - the event listener

publishEvent

void publishEvent(ICommandApplicationEvent applicationEvent)
Publish the event throughout the application
Parameters:
applicationEvent - the application 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.