|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - Type of message eventpublic interface EventManager<T>
| Method Summary | |
|---|---|
void |
add(T event)
Add an event. |
List<T> |
getAll()
Get the entire queue of waiting events. |
| Method Detail |
|---|
void add(T event)
event - the event to add.List<T> getAll()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||