com.cosylab.vdct.events.commands
Class SaveCommand

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

public class SaveCommand
extends Command

Author:
ssah

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

Constructor Detail

SaveCommand

public SaveCommand(VisualDCT visualDCT)
Method Detail

execute

public void execute()
Description copied from class: Command
Insert the method's description here. Creation date: (18.12.2000 15:23:25)

Specified by:
execute in class Command

isSuccess

public boolean isSuccess()