org.freehep.application
Class ApplicationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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 8584 2006-08-10 23:06:37Z duns $
Author:
Tony Johnson (tonyj@slac.stanford.edu)
See Also:
Serialized Form

Field Summary
static int APPLICATION_EXITING
           
static int APPLICATION_VISIBLE
           
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

APPLICATION_VISIBLE

public static int APPLICATION_VISIBLE
Method Detail

getApplication

public Application getApplication()

getID

public int getID()


Copyright © 2000-2006 FreeHEP. All Rights Reserved.