|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
gov.sandia.ccaffeine.dc.user_iface.MVC.event.LaunchGoOnOneComponentEvent
public class LaunchGoOnOneComponentEvent
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 |
---|
public LaunchGoOnOneComponentEvent(java.lang.Object source)
source
- The entity that created this event.public LaunchGoOnOneComponentEvent(java.lang.Object source, CcaCommandLaunchGoOnOneComponent commandGo)
source
- The entity that created this event.commandGo
- The go command.Method Detail |
---|
public CcaCommandLaunchGoOnOneComponent getCommandGo()
public void setCommandGo(CcaCommandLaunchGoOnOneComponent commandGo)
commandGo
- The go command
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |