| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Observable
edu.cuny.cat.task.DispatchingTaskQueue
public class DispatchingTaskQueue
Defines a queue for buffering event dispatching tasks.
| Field Summary | |
|---|---|
protected  org.apache.commons.collections15.Buffer<DispatchingTask> | 
tasks
 | 
| Constructor Summary | |
|---|---|
DispatchingTaskQueue()
 | 
|
| Method Summary | |
|---|---|
 void | 
add(DispatchingTask task)
 | 
 void | 
clear()
 | 
 DispatchingTask[] | 
getTasks()
 | 
 boolean | 
hasNext()
 | 
 DispatchingTask | 
next()
 | 
| Methods inherited from class java.util.Observable | 
|---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected org.apache.commons.collections15.Buffer<DispatchingTask> tasks
| Constructor Detail | 
|---|
public DispatchingTaskQueue()
| Method Detail | 
|---|
public void add(DispatchingTask task)
public boolean hasNext()
public DispatchingTask next()
public void clear()
public DispatchingTask[] getTasks()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||