jas.hist.util
Class SliceEvent.EventType

java.lang.Object
  extended by jas.hist.util.SliceEvent.EventType
Enclosing class:
SliceEvent

public static final class SliceEvent.EventType
extends 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
 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 String toString()
Converts the type to a string.

Overrides:
toString in class Object
Returns:
the string


Copyright © 2000-2009 FreeHEP. All Rights Reserved.