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