com.cosylab.vdct.events.commands
Class GetVDBManager

java.lang.Object
  extended by com.cosylab.vdct.events.Command
      extended by 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:

Constructor Summary
GetVDBManager(VDBInterface manager)
          Insert the method's description here.
 
Method Summary
 void execute()
          Insert the method's description here.
 VDBInterface getManager()
          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

GetVDBManager

public GetVDBManager(VDBInterface manager)
Insert the method's description here. Creation date: (3.2.2001 22:08:10)

Parameters:
validator - 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)

Specified by:
execute in class Command

getManager

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

Returns:
com.cosylab.vdct.graphics.VDBInterface