ch.elca.dependency.util
Class NotifyOnExit

java.lang.Object
  |
  +--ch.elca.dependency.util.NotifyOnExit
Direct Known Subclasses:
PersistentJFrame.JFrameConfig, PersistentJInternalFrame.JInternalFrameConfig

public abstract class NotifyOnExit
extends java.lang.Object

The class NotifyOnExit used as superclass for all classes which need to be notified just before the termination of the Dependency Tool.

Version:
1.0-beta
Author:
Pawel Kowalski

Constructor Summary
NotifyOnExit()
          Creates a new NotifyOnExit instance and register it for termination-notification.
 
Method Summary
abstract  void notifyOnExit()
          Notify the instance of this class that the DependencyTool is just before termination.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotifyOnExit

public NotifyOnExit()
Creates a new NotifyOnExit instance and register it for termination-notification.

Method Detail

notifyOnExit

public abstract void notifyOnExit()
Notify the instance of this class that the DependencyTool is just before termination. This method is abstract, to be overridden by subclasses which need to implement this its functionality.



Copyright © 2003 ELCA Informatique SA. All Rights Reserved.