Package de.caluga.morphium
Interface ShutdownListener
-
- All Known Implementing Classes:
AsyncWriterImpl,BufferedMorphiumWriterImpl,CacheHousekeeper,ChangeStreamMonitor,Messaging,MorphiumWriterImpl
public interface ShutdownListenerUser: Stephan Bösebeck Date: 03.05.12 Time: 6:23 Will be called, whenever Morphium-instance is shut down. Call morphium.addShutdownListener to be informed...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonShutdown(Morphium m)
-
-
-
Method Detail
-
onShutdown
void onShutdown(Morphium m)
-
-