|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uci.isr.yancees.plugin.OrderedEventBuffer
Nested Class Summary | |
class |
OrderedEventBuffer.BufferRecord
This is a record used to store the event and its source plug-in reference |
Constructor Summary | |
OrderedEventBuffer()
|
Method Summary | |
void |
addPluginNotification(GenericEvent evt,
PluginInterface source)
|
OrderedEventBuffer.BufferRecord[] |
getAndEmptyCurrentBuffer()
|
OrderedEventBuffer.BufferRecord[] |
getAndEmptyEventsOlderThan(long time)
Events need to stay in the buffer for some time, waiting for late events to come, which may come out of order. |
int |
getCurrentSize()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OrderedEventBuffer()
Method Detail |
public void addPluginNotification(GenericEvent evt, PluginInterface source)
public OrderedEventBuffer.BufferRecord[] getAndEmptyCurrentBuffer()
public OrderedEventBuffer.BufferRecord[] getAndEmptyEventsOlderThan(long time)
public int getCurrentSize()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |