|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface that must be implemented by a class that will manage the order of processing of tasks while finding the connections for the travel divisions.
Method Summary | |
void |
AddTask(ConnectionsFinderTask task)
Adds a task to the manager to be stored for a later execution. |
void |
Clear()
Removes all the tasks from the manager. |
ConnectionsFinderTask |
GetTask()
Gets a task to be performed. |
Method Detail |
public void AddTask(ConnectionsFinderTask task)
task
- A task to the manager to be stored for a later execution.public ConnectionsFinderTask GetTask()
public void Clear()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |