|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.core.PatternListenerDispatch
public class PatternListenerDispatch
Dispatchable for dispatching events to update listeners.
Constructor Summary | |
---|---|
PatternListenerDispatch(Set<UpdateListener> listeners)
Constructor. |
Method Summary | |
---|---|
void |
add(EventBean event)
Add an event to be dispatched. |
void |
execute()
Execute dispatch. |
boolean |
hasData()
Returns true if at least one event has been added. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PatternListenerDispatch(Set<UpdateListener> listeners)
listeners
- is the listeners to dispatch to.Method Detail |
---|
public void add(EventBean event)
event
- to addpublic void execute()
Dispatchable
execute
in interface Dispatchable
public boolean hasData()
|
© 2007 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 |