|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EventHandler<T extends Event>
Interface providing ability to listen for Swordifish messages sending on specified topic.
| Method Summary | |
|---|---|
EventFilter |
getEventFilter()
returns event filter to filter incoming event depending its properties values. |
java.lang.String |
getSubscribedTopic()
specified event topic name |
void |
handleEvent(T event)
Call-back invoked asynchronously with event creator thread, used osgi EventAdmin service as a transport. |
| Method Detail |
|---|
java.lang.String getSubscribedTopic()
null or an empty String.void handleEvent(T event)
event - the event received.EventFilter getEventFilter()
null to receive all events for the subscribed
topic.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||