com.cosylab.vdct.events.commands
Class GetMainComponent

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

public class GetMainComponent
extends Command

Author:
ssah

Constructor Summary
GetMainComponent(java.awt.Component component)
           
 
Method Summary
 void execute()
          Insert the method's description here.
 java.awt.Component getComponent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetMainComponent

public GetMainComponent(java.awt.Component component)
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

getComponent

public java.awt.Component getComponent()