|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pluto.driver.services.container.EventList
public class EventList
The Class EventList. Stores events in a list.
| Constructor Summary | |
|---|---|
EventList()
|
|
| Method Summary | |
|---|---|
void |
addEvent(Event event)
Adds an event. |
Event |
getEvent(java.lang.String eventName)
Gets the event. |
java.util.List<Event> |
getEvents()
Gets the events. |
int |
getSize()
Gets the size. |
boolean |
hasMoreEvents()
Checks for more events. |
boolean |
isNotProcessed(Event event)
Checks if the event is not processed. |
void |
setProcessed(Event event)
Sets the processed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventList()
| Method Detail |
|---|
public void addEvent(Event event)
event - the eventeventNumber - the event numberpublic java.util.List<Event> getEvents()
public boolean isNotProcessed(Event event)
event - the event
public boolean hasMoreEvents()
public void setProcessed(Event event)
event - the processedpublic Event getEvent(java.lang.String eventName)
eventName - the event nameeventNumber - the event number
public int getSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||