jas.hist.util
Class SliceEvent.EventType

java.lang.Object
  |
  +--jas.hist.util.SliceEvent.EventType
Enclosing class:
SliceEvent

public static final class SliceEvent.EventType
extends java.lang.Object

Defines the ENTERED, EXITED, and ACTIVATED event types, along with their string representations, returned by toString().


Field Summary
static SliceEvent.EventType SLICEADDED
          Entered type.
static SliceEvent.EventType SLICEREMOVED
          Exited type.
 
Method Summary
 java.lang.String toString()
          Converts the type to a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SLICEADDED

public static final SliceEvent.EventType SLICEADDED
Entered type.

SLICEREMOVED

public static final SliceEvent.EventType SLICEREMOVED
Exited type.
Method Detail

toString

public java.lang.String toString()
Converts the type to a string.
Overrides:
toString in class java.lang.Object
Returns:
the string