|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICoronaEventRouter
Method Summary | |
---|---|
void |
addTopicListener(java.lang.String topicName,
ITopicListener eventListener)
Add an event listener for the specified topic. |
void |
processEvent(java.lang.Object event)
Process events. |
void |
removeTopicListener(java.lang.String topicName,
ITopicListener eventListener)
Remove an event listener for the specified topic. |
void |
sendMessage(ITopic topic,
org.osgi.service.event.Event osgiEvent)
Send event to members of the topic. |
Method Detail |
---|
void processEvent(java.lang.Object event)
event
- The event to be processed.void sendMessage(ITopic topic, org.osgi.service.event.Event osgiEvent)
topic
- The topic to whose members are to receive the event.osgiEvent
- The event to be sent.void addTopicListener(java.lang.String topicName, ITopicListener eventListener)
topicName
- Topic the event listener is for.eventListener
- The event listener to process the event.void removeTopicListener(java.lang.String topicName, ITopicListener eventListener)
topicName
- Topic the event listener is for.eventListener
- The event listener to process the event.
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |