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)
trigger - the event triggerstate - an event statetimestamp - time stamp of the eventCopyright © 1995–2016 Mort Bay Consulting. All rights reserved.