public class StandardEventSubscription extends Object
StandardEventBus internal representation of a single
subscription.| Constructor and Description |
|---|
StandardEventSubscription() |
| Modifier and Type | Method and Description |
|---|---|
EventType |
getEventType() |
INotificationListener |
getListener() |
EventSourcePredicate |
getSourcePredicate() |
void |
setEventType(EventType eventType) |
void |
setListener(INotificationListener listener) |
void |
setSourcePredicate(EventSourcePredicate sourcePredicate) |
public EventType getEventType()
public INotificationListener getListener()
public EventSourcePredicate getSourcePredicate()
public void setEventType(EventType eventType)
public void setListener(INotificationListener listener)
public void setSourcePredicate(EventSourcePredicate sourcePredicate)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.