|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UpdateListener
Defines an interface to notify of new and old events.
Also see StatementAwareUpdateListener
for update listeners that require
the statement and service provider instance to be passed to the listener in addition to events.
Method Summary | |
---|---|
void |
update(EventBean[] newEvents,
EventBean[] oldEvents)
Notify that new events are available or old events are removed. |
Method Detail |
---|
void update(EventBean[] newEvents, EventBean[] oldEvents)
newEvents
- is any new events. This will be null or empty if the update is for old events only.oldEvents
- is any old events. This will be null or empty if the update is for new events only.
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |