public class ShutdownService extends Object
| Constructor and Description |
|---|
ShutdownService() |
| Modifier and Type | Method and Description |
|---|---|
void |
register(ShutdownListener shutdownListener)
Classes that implement
ShutdownListener call this method to be notified of
a Visallo shutdown. |
void |
shutdown() |
public void shutdown()
public void register(ShutdownListener shutdownListener)
ShutdownListener call this method to be notified of
a Visallo shutdown. We can not use the service locator pattern to find shutdown listeners because that
may cause an inadvertent initialization of that class.Copyright © 2013–2017 V5 Analytics. All rights reserved.