Package com.cosylab.vdct.events.commands
Class GetGUIInterface
- java.lang.Object
-
- com.cosylab.vdct.events.Command
-
- 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:
- cosylab
-
-
Constructor Summary
Constructors Constructor Description GetGUIInterface(GUIMenuInterface guiinterface)
Insert the method's description here.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
Insert the method's description here.GUIMenuInterface
getGUIMenuInterface()
Insert the method's description here.
-
-
-
Constructor Detail
-
GetGUIInterface
public GetGUIInterface(GUIMenuInterface guiinterface)
Insert the method's description here. Creation date: (3.2.2001 22:08:10)- Parameters:
guiinterface
- 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)
-
getGUIMenuInterface
public GUIMenuInterface getGUIMenuInterface()
Insert the method's description here. Creation date: (3.2.2001 22:09:16)- Returns:
- com.cosylab.vdct.graphics.GUIMenuInterface
-
-