public interface EventNotifier
Modifier and Type | Method and Description |
---|---|
void |
notify(EventTrigger trigger,
EventState<?> state,
long timestamp)
This method is called when a notification event is received by the containing object
|
void notify(EventTrigger trigger, EventState<?> state, long timestamp)
state
- an event state
timestamp
- time stamp of the eventCopyright © 1995-2015 Webtide. All Rights Reserved.