Class ShortcutDispatcher
- java.lang.Object
-
- org.correomqtt.business.dispatcher.BaseDispatcher<T>
-
- org.correomqtt.business.dispatcher.BaseConnectionDispatcher<ShortcutObserver>
-
- org.correomqtt.business.dispatcher.ShortcutDispatcher
-
public class ShortcutDispatcher extends BaseConnectionDispatcher<ShortcutObserver>
-
-
Field Summary
-
Fields inherited from class org.correomqtt.business.dispatcher.BaseDispatcher
observer
-
-
Constructor Summary
Constructors Constructor Description ShortcutDispatcher()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ShortcutDispatchergetInstance()voidonClearIncomingShortcutPressed(String uuidOfSelectedTab)voidonClearOutgoingShortcutPressed(String uuidOfSelectedTab)voidonPublishShortcutPressed(String uuidOfSelectedTab)voidonSubscriptionShortcutPressed(String uuidOfSelectedTab)-
Methods inherited from class org.correomqtt.business.dispatcher.BaseDispatcher
addObserver, removeObserver
-
-
-
-
Method Detail
-
getInstance
public static ShortcutDispatcher getInstance()
-
onSubscriptionShortcutPressed
public void onSubscriptionShortcutPressed(String uuidOfSelectedTab)
-
onPublishShortcutPressed
public void onPublishShortcutPressed(String uuidOfSelectedTab)
-
onClearIncomingShortcutPressed
public void onClearIncomingShortcutPressed(String uuidOfSelectedTab)
-
onClearOutgoingShortcutPressed
public void onClearOutgoingShortcutPressed(String uuidOfSelectedTab)
-
-