Package org.klomp.snark
Interface ShutdownListener
-
- All Known Implementing Classes:
FetchAndAdd
,Snark
interface ShutdownListener
Callback for end of shutdown sequence.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
shutdown()
Called when the SnarkShutdown hook has finished shutting down all subcomponents.
-