Class PreloadingDispatcher
- java.lang.Object
-
- org.correomqtt.business.dispatcher.BaseDispatcher<PreloadingObserver>
-
- org.correomqtt.business.dispatcher.PreloadingDispatcher
-
public class PreloadingDispatcher extends BaseDispatcher<PreloadingObserver>
-
-
Field Summary
-
Fields inherited from class org.correomqtt.business.dispatcher.BaseDispatcher
observer
-
-
Constructor Summary
Constructors Constructor Description PreloadingDispatcher()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PreloadingDispatchergetInstance()voidonProgress(double progress, String message)voidonProgress(String message)-
Methods inherited from class org.correomqtt.business.dispatcher.BaseDispatcher
addObserver, removeObserver
-
-
-
-
Method Detail
-
getInstance
public static PreloadingDispatcher getInstance()
-
onProgress
public void onProgress(double progress, String message)
-
onProgress
public void onProgress(String message)
-
-