byucc.jhdl.util.cli
Class CLICommandEvent

java.lang.Object
  extended bybyucc.jhdl.util.cli.CLICommandEvent

public class CLICommandEvent
extends java.lang.Object


Field Summary
static int COMPLETED
           
static int STARTED
           
 
Constructor Summary
CLICommandEvent(java.lang.String commandLine, int id, int event)
           
 
Method Summary
 java.lang.String getCommandLine()
           
 int getEvent()
           
 int getUniqueId()
           
 boolean isCompletedEvent()
           
 boolean isStartedEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STARTED

public static final int STARTED
See Also:
Constant Field Values

COMPLETED

public static final int COMPLETED
See Also:
Constant Field Values
Constructor Detail

CLICommandEvent

public CLICommandEvent(java.lang.String commandLine,
                       int id,
                       int event)
Method Detail

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.