|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gecco.client.ActionQueue
This is a Queue (with methods get, peek, put, remove, empty and isEmpty) that contains actions. All elements currently in the queue are accessible via the actions() method.
Constructor Summary | |
ActionQueue()
|
Method Summary | |
Vector |
actions()
Returns a Vector with the actions that are currently in the queue. |
void |
empty()
Description of the Method |
Action |
get()
Description of the Method |
boolean |
isEmpty()
Gets the Empty attribute of the ActionQueue object |
Action |
peek()
Description of the Method |
void |
put(Action a)
Description of the Method |
void |
remove(Action a)
Description of the Method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ActionQueue()
Method Detail |
public Action get()
public boolean isEmpty()
public Action peek()
public void put(Action a)
a
- Description of Parameterpublic void remove(Action a)
a
- Description of Parameterpublic void empty()
public Vector actions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |