|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ExecutionContext
Basis for executing a player command.
| Method Summary | |
|---|---|
void |
setCommand(PlayerCommand command)
|
void |
setProject(org.apache.tools.ant.Project project)
|
void |
start()
Starts the execution context and any work associated with the individual implementations. |
void |
stop(java.lang.Process playerProcess)
Stops the execution context and manages the player Process as well as any work associated with the individual implementations. |
| Method Detail |
|---|
void setProject(org.apache.tools.ant.Project project)
void setCommand(PlayerCommand command)
void start()
throws java.io.IOException
java.io.IOException
void stop(java.lang.Process playerProcess)
throws java.io.IOException
playerProcess -
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||