org.kahina.tulipa.event
Class TulipaBridgeEventType

java.lang.Object
  extended by org.kahina.tulipa.event.TulipaBridgeEventType

public class TulipaBridgeEventType
extends Object


Field Summary
static int INIT
           
static int PREDICT
           
static int RESUME
           
static int SCAN
           
static int SCAN_EPSILON
           
static int SET_ITEM_DESC
           
static int START
           
static int SUSPEND
           
static int UNPRODUCTIVE
           
 
Constructor Summary
TulipaBridgeEventType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SET_ITEM_DESC

public static final int SET_ITEM_DESC
See Also:
Constant Field Values

SCAN_EPSILON

public static final int SCAN_EPSILON
See Also:
Constant Field Values

SCAN

public static final int SCAN
See Also:
Constant Field Values

PREDICT

public static final int PREDICT
See Also:
Constant Field Values

RESUME

public static final int RESUME
See Also:
Constant Field Values

SUSPEND

public static final int SUSPEND
See Also:
Constant Field Values

INIT

public static final int INIT
See Also:
Constant Field Values

START

public static final int START
See Also:
Constant Field Values

UNPRODUCTIVE

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

TulipaBridgeEventType

public TulipaBridgeEventType()