fr.umlv.unitex
Class ToDoAbstract

java.lang.Object
  extended by fr.umlv.unitex.ToDoAbstract

public abstract class ToDoAbstract
extends java.lang.Object

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.

Author:
Sébastien Paumier

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

ToDoAbstract

public ToDoAbstract()
Method Detail

toDo

public abstract void toDo()