jas.hist.event
Class FitEvent

java.lang.Object
  extended by java.util.EventObject
      extended by jas.hist.event.FitEvent
All Implemented Interfaces:
Serializable

public final class FitEvent
extends EventObject

See Also:
Serialized Form

Field Summary
static int FIT_ENDED
           
static int FIT_ERROR
           
static int FIT_PROGRESS_CHANGED
           
static int FIT_STARTED
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
FitEvent(Object source, int id)
           
 
Method Summary
 int getID()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

FIT_STARTED

public static final int FIT_STARTED
See Also:
Constant Field Values

FIT_ENDED

public static final int FIT_ENDED
See Also:
Constant Field Values

FIT_ERROR

public static final int FIT_ERROR
See Also:
Constant Field Values

FIT_PROGRESS_CHANGED

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

FitEvent

public FitEvent(Object source,
                int id)
Method Detail

getID

public int getID()


Copyright © 2000-2009 FreeHEP. All Rights Reserved.