FreeHEP API
Version current

org.freehep.application
Class ApplicationEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.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.3 2004/06/01 05:11:02 tonyj Exp $
Author:
Tony Johnson (tonyj@slac.stanford.edu)
See Also:
Serialized Form
Source Code:
ApplicationEvent.java

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()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.