Uses of Interface
net.sf.jguiraffe.gui.app.ApplicationShutdownListener
-
Packages that use ApplicationShutdownListener Package Description net.sf.jguiraffe.gui.app In this package the main application class can be found. -
-
Uses of ApplicationShutdownListener in net.sf.jguiraffe.gui.app
Methods in net.sf.jguiraffe.gui.app with parameters of type ApplicationShutdownListener Modifier and Type Method Description voidApplication. addShutdownListener(ApplicationShutdownListener l)Registers the specified object as a shutdown listeners.voidApplication. removeShutdownListener(ApplicationShutdownListener l)Removes the specified shutdown listener.
-