|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.umlv.unitex.ToDoAbstract
public abstract class ToDoAbstract
This abstract class is used to define a method named DO()
. It is used to
define what must be done after a sequence of command lines in the
ProcessInfoFrame.launchCommand()
method: after all processes have been completed,
a toDo()
method is called to execute some actions.
All classes or methods that create ProcessInfoFrame
objects should create
their own object, extending the DoAbstract
class.
Constructor Summary | |
---|---|
ToDoAbstract()
|
Method Summary | |
---|---|
abstract void |
toDo()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ToDoAbstract()
Method Detail |
---|
public abstract void toDo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |