fr.jussieu.gla.wasa.monitor.gui.event
Class ApplicationShutdownEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--fr.jussieu.gla.wasa.monitor.gui.event.ApplicationShutdownEvent
All Implemented Interfaces:
java.io.Serializable

public class ApplicationShutdownEvent
extends java.util.EventObject

Warns application is about to shutdown.

Version:
$Revision: 1.1 $ $Date: 2002/03/11 21:45:40 $
Author:
Laurent Caillette
See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ApplicationShutdownEvent(java.lang.Object source)
           
 
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
 

Constructor Detail

ApplicationShutdownEvent

public ApplicationShutdownEvent(java.lang.Object source)