|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umass.cs.sase.engine.EventBuffer
public class EventBuffer
This class is used to buffer the selected events.
Constructor Summary | |
---|---|
EventBuffer()
|
Method Summary | |
---|---|
void |
bufferEvent(Event e)
Buffers an event |
Event |
getEvent(int Id)
This method returns the event with the provided event id. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventBuffer()
Method Detail |
---|
public Event getEvent(int Id)
this method is awesome.
Id
- The id of the event you want
public void bufferEvent(Event e)
e
- The event to be buffered
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |