org.apache.log4j.chainsaw
Interface ShutdownListener
- All Superinterfaces:
- java.util.EventListener
- public interface ShutdownListener
- extends java.util.EventListener
Chainsaw notifies these Listeners when the user has requested
it to shutdown.
Listeners should use this opportunity to release any resources
and/or perform any clean up activity.
Listeners should NOT perform the action of actual shutting down
however (i.e. do not call System.exit()).
- Author:
- Paul Smith
- See Also:
LogUI.setShutdownAction(Action)
shuttingDown
public void shuttingDown()
Copyright 2000-2003 Apache Software Foundation.