com.cosylab.vdct.events.commands
Class GetGUIInterface

java.lang.Object
  extended by com.cosylab.vdct.events.Command
      extended by com.cosylab.vdct.events.commands.GetGUIInterface

public class GetGUIInterface
extends Command

Insert the type's description here. Creation date: (3.2.2001 22:05:51)

Author:

Constructor Summary
GetGUIInterface(GUIMenuInterface guiinterface)
          Insert the method's description here.
 
Method Summary
 void execute()
          Insert the method's description here.
 GUIMenuInterface getGUIMenuInterface()
          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

GetGUIInterface

public GetGUIInterface(GUIMenuInterface guiinterface)
Insert the method's description here. Creation date: (3.2.2001 22:08:10)

Parameters:
validator - com.cosylab.vdct.graphics.GUIMenuInterface
Method Detail

execute

public void execute()
Insert the method's description here. Creation date: (3.2.2001 22:05:51)

Specified by:
execute in class Command

getGUIMenuInterface

public GUIMenuInterface getGUIMenuInterface()
Insert the method's description here. Creation date: (3.2.2001 22:09:16)

Returns:
com.cosylab.vdct.graphics.GUIMenuInterface