|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.swordfish.plugins.tracking.TrackingEventHandler
public class TrackingEventHandler
| Constructor Summary | |
|---|---|
TrackingEventHandler()
|
|
| 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(TrackingEvent event)
Call-back invoked asynchronously with event creator thread, used osgi EventAdmin service as a transport. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TrackingEventHandler()
| Method Detail |
|---|
public EventFilter getEventFilter()
EventHandler
getEventFilter in interface EventHandler<TrackingEvent>null to receive all events for the subscribed
topic.public java.lang.String getSubscribedTopic()
EventHandler
getSubscribedTopic in interface EventHandler<TrackingEvent>null or an empty String.public void handleEvent(TrackingEvent event)
EventHandler
handleEvent in interface EventHandler<TrackingEvent>event - the event received.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||