byucc.jhdl.util.cli
Class CLICommandEvent
java.lang.Object
byucc.jhdl.util.cli.CLICommandEvent
- public class CLICommandEvent
- extends java.lang.Object
Constructor Summary |
CLICommandEvent(java.lang.String commandLine,
int id,
int event)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STARTED
public static final int STARTED
- See Also:
- Constant Field Values
COMPLETED
public static final int COMPLETED
- See Also:
- Constant Field Values
CLICommandEvent
public CLICommandEvent(java.lang.String commandLine,
int id,
int event)
getCommandLine
public java.lang.String getCommandLine()
getUniqueId
public int getUniqueId()
getEvent
public int getEvent()
isStartedEvent
public boolean isStartedEvent()
isCompletedEvent
public boolean isCompletedEvent()
Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.