Package org.correomqtt.gui.controller
Class SysTopicViewController
java.lang.Object
org.correomqtt.gui.controller.SysTopicViewController
- All Implemented Interfaces:
BaseConnectionObserver,BaseObserver,SubscribeObserver
public class SysTopicViewController extends Object implements SubscribeObserver
-
Constructor Summary
Constructors Modifier Constructor Description protectedSysTopicViewController(String connectionId) -
Method Summary
Modifier and Type Method Description voidcopyToClipboard()StringgetConnectionId()StringgetTabId()voidonMessageIncoming(MessageDTO messageDTO, SubscriptionDTO subscriptionDTO)voidonSubscribedCanceled(SubscriptionDTO subscriptionDTO)voidonSubscribedFailed(SubscriptionDTO subscriptionDTO, Throwable exception)voidonSubscribedSucceeded(SubscriptionDTO subscriptionDTO)voidsetConnectionId(String controllerUUID)voidsetTabId(String tabId)static voidshowAsDialog(String connectionId)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.correomqtt.business.dispatcher.BaseConnectionObserver
getConnectionIdMethods inherited from interface org.correomqtt.business.dispatcher.SubscribeObserver
onSubscribedRunning, onSubscribedScheduled
-
Constructor Details
-
Method Details
-
showAsDialog
-
copyToClipboard
public void copyToClipboard() -
onMessageIncoming
- Specified by:
onMessageIncomingin interfaceSubscribeObserver
-
onSubscribedSucceeded
- Specified by:
onSubscribedSucceededin interfaceSubscribeObserver
-
onSubscribedCanceled
- Specified by:
onSubscribedCanceledin interfaceSubscribeObserver
-
onSubscribedFailed
- Specified by:
onSubscribedFailedin interfaceSubscribeObserver
-
getConnectionId
-
setConnectionId
-
getTabId
-
setTabId
-