com.cosylab.vdct.events
Class Command

java.lang.Object
  extended by com.cosylab.vdct.events.Command
Direct Known Subclasses:
GetDsManager, GetGUIInterface, GetMainComponent, GetPrintableInterface, GetVDBManager, LinkCommand, NullCommand, RepaintCommand, SaveCommand, SetCursorCommand, SetDefaultFocus, SetRedoMenuItemState, SetUndoMenuItemState, SetWorkspaceFile, SetWorkspaceGroup, SetWorkspaceScale, ShowMorphingDialog, ShowNewDialog, ShowRenameDialog, UpdateLoadLabel

public abstract class Command
extends java.lang.Object

Command pattern Creation date: (18.12.2000 15:22:19)

Author:
Matej Sekoranja

Constructor Summary
Command()
           
 
Method Summary
abstract  void execute()
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Command

public Command()
Method Detail

execute

public abstract void execute()
Insert the method's description here. Creation date: (18.12.2000 15:23:25)