|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ch.elca.dependency.util.NotifyOnExit
The class NotifyOnExit
used as superclass for all
classes which need to be notified just before the termination of
the Dependency Tool.
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 |
public NotifyOnExit()
NotifyOnExit
instance and register
it for termination-notification.
Method Detail |
public abstract void notifyOnExit()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |