gov.sandia.ccaffeine.dc.user_iface.MVC.event
Class LaunchGoOnOneComponentEvent

java.lang.Object
  extended by java.util.EventObject
      extended by gov.sandia.ccaffeine.dc.user_iface.MVC.event.LaunchGoOnOneComponentEvent
All Implemented Interfaces:
java.io.Serializable

public class LaunchGoOnOneComponentEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LaunchGoOnOneComponentEvent(java.lang.Object source)
          Create a LaunchGoOneOneComponentEvent.
LaunchGoOnOneComponentEvent(java.lang.Object source, CcaCommandLaunchGoOnOneComponent commandGo)
          Create a LaunchGoOneOneComponentEvent.
 
Method Summary
 CcaCommandLaunchGoOnOneComponent getCommandGo()
          Get the go command
 void setCommandGo(CcaCommandLaunchGoOnOneComponent commandGo)
          Set the go command
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LaunchGoOnOneComponentEvent

public LaunchGoOnOneComponentEvent(java.lang.Object source)
Create a LaunchGoOneOneComponentEvent.

Parameters:
source - The entity that created this event.

LaunchGoOnOneComponentEvent

public LaunchGoOnOneComponentEvent(java.lang.Object source,
                                   CcaCommandLaunchGoOnOneComponent commandGo)
Create a LaunchGoOneOneComponentEvent.

Parameters:
source - The entity that created this event.
commandGo - The go command.
Method Detail

getCommandGo

public CcaCommandLaunchGoOnOneComponent getCommandGo()
Get the go command

Returns:
The go command

setCommandGo

public void setCommandGo(CcaCommandLaunchGoOnOneComponent commandGo)
Set the go command

Parameters:
commandGo - The go command