Package com.cosylab.vdct.events.commands
Class LinkCommand
- java.lang.Object
-
- com.cosylab.vdct.events.Command
-
- com.cosylab.vdct.events.commands.LinkCommand
-
public class LinkCommand extends Command
Insert the class' description here. Creation /** Insert the class' description here. Creation date: (3.2.2001 13:28:11)- Author:
- Matej Sekoranja
-
-
Constructor Summary
Constructors Constructor Description LinkCommand(LinkCommandInterface linkCommandInterface)
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.void
setData(VisibleObject obj, LinkSource field)
Insert the method's description here.
-
-
-
Constructor Detail
-
LinkCommand
public LinkCommand(LinkCommandInterface linkCommandInterface)
Insert the method's description here. Creation date: (21.12.2000 22:43:26)- Parameters:
linkCommandInterface
- linkCommandInterface
-
-
Method Detail
-
execute
public void execute()
Insert the method's description here. Creation date: (21.12.2000 22:42:23)
-
setData
public void setData(VisibleObject obj, LinkSource field)
Insert the method's description here. Creation date: (3.2.2001 13:29:40)- Parameters:
obj
- com.cosylab.vdct.graphics.objects.VisibleObjectfield
- com.cosylab.vdct.graphics.objects.LinkSource
-
-