public class EventSubscription extends Object
Constructor and Description |
---|
EventSubscription() |
EventSubscription(boolean myEventsOnly,
List<String> events) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getEvents() |
boolean |
isMyEventsOnly() |
void |
setEvents(List<String> events) |
void |
setMyEventsOnly(boolean myEventsOnly) |