com.cosylab.vdct.events.commands
Class NullCommand

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

public class NullCommand
extends Command

Insert the type's description here. Creation date: (21.12.2000 22:42:23)

Author:
Matej Sekoranja

Constructor Summary
NullCommand(javax.swing.JComponent component)
          Insert the method's description here.
 
Method Summary
 void execute()
          Insert the method's description here.
 javax.swing.JComponent getComponent()
          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

NullCommand

public NullCommand(javax.swing.JComponent component)
Insert the method's description here. Creation date: (21.12.2000 22:43:26)

Parameters:
component - javax.swing.JComponent
Method Detail

execute

public void execute()
Insert the method's description here. Creation date: (21.12.2000 22:42:23)

Specified by:
execute in class Command

getComponent

public javax.swing.JComponent getComponent()
Insert the method's description here. Creation date: (25.12.2000 17:33:51)

Returns:
javax.swing.JComponent