org.codehaus.griffon.runtime.core
[Java] Class ShutdownHandlerAdapter
java.lang.Object
org.codehaus.griffon.runtime.core.ShutdownHandlerAdapter
- All Implemented Interfaces:
- ShutdownHandler
public class ShutdownHandlerAdapter
extends Object
Basic implementation of the ShutdownHandler interface.
- Authors:
- Andres Almiray
- Since:
- 0.9.2
ShutdownHandlerAdapter
ShutdownHandlerAdapter()
-
canShutdown
public boolean canShutdown(GriffonApplication application)
-
onShutdown
public void onShutdown(GriffonApplication application)
-
Groovy Documentation