com.cosylab.vdct.events.commands
Class UpdateLoadLabel

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

public class UpdateLoadLabel
extends Command

Author:
ssah

Constructor Summary
UpdateLoadLabel(VisualDCT visualDCT)
           
 
Method Summary
 void execute()
          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

UpdateLoadLabel

public UpdateLoadLabel(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