Class ShutdownDispatcher
- java.lang.Object
-
- org.correomqtt.business.dispatcher.BaseDispatcher<ShutdownObserver>
-
- org.correomqtt.business.dispatcher.ShutdownDispatcher
-
public class ShutdownDispatcher extends BaseDispatcher<ShutdownObserver>
-
-
Field Summary
-
Fields inherited from class org.correomqtt.business.dispatcher.BaseDispatcher
observer
-
-
Constructor Summary
Constructors Constructor Description ShutdownDispatcher()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ShutdownDispatchergetInstance()voidonShutdownRequested()-
Methods inherited from class org.correomqtt.business.dispatcher.BaseDispatcher
addObserver, removeObserver
-
-
-
-
Method Detail
-
getInstance
public static ShutdownDispatcher getInstance()
-
onShutdownRequested
public void onShutdownRequested()
-
-