Interface ShortcutObserver
- All Superinterfaces:
BaseConnectionObserver,BaseObserver
- All Known Implementing Classes:
PublishViewController,SubscriptionViewController
public interface ShortcutObserver extends BaseConnectionObserver
-
Method Summary
Modifier and Type Method Description default voidonClearIncomingShortcutPressed()default voidonClearOutgoingShortcutPressed()default voidonPublishShortcutPressed()default voidonSubscriptionShortcutPressed()Methods inherited from interface org.correomqtt.business.dispatcher.BaseConnectionObserver
getConnectionId
-
Method Details
-
onSubscriptionShortcutPressed
default void onSubscriptionShortcutPressed() -
onPublishShortcutPressed
default void onPublishShortcutPressed() -
onClearOutgoingShortcutPressed
default void onClearOutgoingShortcutPressed() -
onClearIncomingShortcutPressed
default void onClearIncomingShortcutPressed()
-