org.kahina.core.event
Class KahinaSystemEvent

java.lang.Object
  extended by org.kahina.core.event.KahinaEvent
      extended by org.kahina.core.event.KahinaSystemEvent

public class KahinaSystemEvent
extends KahinaEvent


Field Summary
static int APPLY_BREAKPOINTS
           
static int QUIT
           
 
Constructor Summary
KahinaSystemEvent(int systemEventType)
           
KahinaSystemEvent(int systemEventType, int intContent)
           
 
Method Summary
 int getIntContent()
           
 int getSystemEventType()
           
 String toString()
           
 
Methods inherited from class org.kahina.core.event.KahinaEvent
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

QUIT

public static final int QUIT
See Also:
Constant Field Values

APPLY_BREAKPOINTS

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

KahinaSystemEvent

public KahinaSystemEvent(int systemEventType)

KahinaSystemEvent

public KahinaSystemEvent(int systemEventType,
                         int intContent)
Method Detail

getSystemEventType

public int getSystemEventType()

getIntContent

public int getIntContent()

toString

public String toString()
Overrides:
toString in class KahinaEvent