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 14082 2012-12-12 16:16:53Z tonyj $
- 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-2014 FreeHEP. All Rights Reserved.