Griffon 1.2.0

org.codehaus.griffon.runtime.core
[Java] Class AbstractServiceManager.ServiceManagerShutdownHandler

java.lang.Object
  org.codehaus.griffon.runtime.core.AbstractServiceManager.ServiceManagerShutdownHandler
All Implemented Interfaces:
ShutdownHandler

private class AbstractServiceManager.ServiceManagerShutdownHandler

Constructor Summary
AbstractServiceManager.ServiceManagerShutdownHandler()

 
Method Summary
boolean canShutdown(GriffonApplication application)

void onShutdown(GriffonApplication application)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

AbstractServiceManager.ServiceManagerShutdownHandler

AbstractServiceManager.ServiceManagerShutdownHandler()


 
Method Detail

canShutdown

@Override
public boolean canShutdown(GriffonApplication application)


onShutdown

@Override
public void onShutdown(GriffonApplication application)


 

Groovy Documentation