Package com.cosylab.vdct.events.commands
Class GetVDBManager
- java.lang.Object
-
- com.cosylab.vdct.events.Command
-
- com.cosylab.vdct.events.commands.GetVDBManager
-
public class GetVDBManager extends Command
Insert the type's description here. Creation date: (3.2.2001 22:05:51)- Author:
- cosylab
-
-
Constructor Summary
Constructors Constructor Description GetVDBManager(VDBInterface manager)
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.VDBInterface
getManager()
Insert the method's description here.
-
-
-
Constructor Detail
-
GetVDBManager
public GetVDBManager(VDBInterface manager)
Insert the method's description here. Creation date: (3.2.2001 22:08:10)- Parameters:
manager
- com.cosylab.vdct.graphics.VDBInterface
-
-
Method Detail
-
execute
public void execute()
Insert the method's description here. Creation date: (3.2.2001 22:05:51)
-
getManager
public VDBInterface getManager()
Insert the method's description here. Creation date: (3.2.2001 22:09:16)- Returns:
- com.cosylab.vdct.graphics.VDBInterface
-
-