public class KahinaSystemEvent extends KahinaEvent
| Modifier and Type | Field and Description |
|---|---|
static int |
APPLY_BREAKPOINTS |
static int |
NODE_COUNT |
static int |
QUIT |
| Constructor and Description |
|---|
KahinaSystemEvent(int systemEventType) |
KahinaSystemEvent(int systemEventType,
int intContent) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIntContent() |
int |
getSystemEventType() |
java.lang.String |
toString() |
getTypepublic static final int QUIT
public static final int APPLY_BREAKPOINTS
public static final int NODE_COUNT
public KahinaSystemEvent(int systemEventType)
public KahinaSystemEvent(int systemEventType,
int intContent)
public int getSystemEventType()
public int getIntContent()
public java.lang.String toString()
toString in class KahinaEvent