Package com.cosylab.vdct.events.commands
Class SaveCommand
- java.lang.Object
-
- com.cosylab.vdct.events.Command
-
- com.cosylab.vdct.events.commands.SaveCommand
-
public class SaveCommand extends Command
- Author:
- ssah
-
-
Constructor Summary
Constructors Constructor Description SaveCommand(VisualDCT visualDCT)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
Insert the method's description here.boolean
isSuccess()
-
-
-
Constructor Detail
-
SaveCommand
public SaveCommand(VisualDCT visualDCT)
- Parameters:
visualDCT
- visualDCT
-
-