FreeHEP API
Version v1.1

org.freehep.application
Class ApplicationEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.freehep.application.ApplicationEvent
All Implemented Interfaces:
Serializable

public class ApplicationEvent
extends EventObject

An event fired by the application at various times. Can be used to allow other components to do any cleanup, including saving user preferences into the user properties.

Version:
$Id: ApplicationEvent.java,v 1.2 2002/12/02 23:51:48 tonyj Exp $
Author:
Tony Johnson (tonyj@slac.stanford.edu)
See Also:
Serialized Form

Field Summary
static int APPLICATION_EXITING
           
static int INITIALIZATION_COMPLETE
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 Application getApplication()
           
 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

INITIALIZATION_COMPLETE

public static int INITIALIZATION_COMPLETE

APPLICATION_EXITING

public static int APPLICATION_EXITING
Method Detail

getApplication

public Application getApplication()

getID

public int getID()

FreeHEP API
Version v1.1

Copyright © 2000-2002 FreeHEP, All Rights Reserved.