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
-
Constructor Summary
Constructors Constructor Description ShortcutDispatcher() -
Method Summary
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
-
Constructor Details
-
ShortcutDispatcher
public ShortcutDispatcher()
-
-
Method Details