Uses of Interface
org.apache.log4j.chainsaw.ShutdownListener
Packages that use ShutdownListener
Package
Description
Chainsaw is a GUI log viewer and filter for the log4j
package.
-
Uses of ShutdownListener in org.apache.log4j.chainsaw
Methods in org.apache.log4j.chainsaw with parameters of type ShutdownListenerModifier and TypeMethodDescriptionvoidLogUI.addShutdownListener(ShutdownListener l) Registers a ShutdownListener with this calss so that it can be notified when the user has requested that Chainsaw exit.voidLogUI.removeShutdownListener(ShutdownListener l) Removes the registered ShutdownListener so that the listener will not be notified on a shutdown.