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 8584 2006-08-10 23:06:37Z duns $
- Author:
- Tony Johnson (tonyj@slac.stanford.edu)
- See Also:
- Serialized Form
INITIALIZATION_COMPLETE
public static int INITIALIZATION_COMPLETE
APPLICATION_EXITING
public static int APPLICATION_EXITING
APPLICATION_VISIBLE
public static int APPLICATION_VISIBLE
getApplication
public Application getApplication()
getID
public int getID()
Copyright © 2000-2006 FreeHEP. All Rights Reserved.