java.lang.Object
de.grogra.graph.wrapped.impl.parallel.TSG_Command
- All Implemented Interfaces:
ThreadableCommand,Command
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasRunnable(TWGraph wg, Context ctx) Returns a name which can be used in the graphical user interface to represent this command.voidPerforms the actions of this command.abstract voidvoidsetCallbackQueue(BlockingQueue callbackQueue)
-
Constructor Details
-
TSG_Command
public TSG_Command()
-
-
Method Details
-
getCommandName
Description copied from interface:CommandReturns a name which can be used in the graphical user interface to represent this command.- Specified by:
getCommandNamein interfaceCommand- Returns:
- this commands's name
-
run
Description copied from interface:CommandPerforms the actions of this command. This method is invoked by theJobManagerafter the command has been submitted to the job manager by one ofexecute,runAt, orrunLater-methods. The argumentsinfoandcontextare the arguments which have been provided as arguments to theJobManager-methods. -
runG
-
asRunnable
-
getCallbackQueue
- Specified by:
getCallbackQueuein interfaceThreadableCommand
-
setCallbackQueue
- Specified by:
setCallbackQueuein interfaceThreadableCommand
-