Package org.correomqtt.gui.controller
Class MessageListViewController
java.lang.Object
org.correomqtt.gui.controller.MessageListViewController
- All Implemented Interfaces:
BaseConnectionObserver,BaseObserver,ConnectionLifecycleObserver,BaseMessageContextMenuDelegate,BaseObjectContextMenuDelegate,MessageListContextMenuDelegate,DetailViewDelegate
public class MessageListViewController extends Object implements ConnectionLifecycleObserver, MessageListContextMenuDelegate, DetailViewDelegate
-
Constructor Summary
Constructors Constructor Description MessageListViewController(String connectionId, MessageListViewDelegate delegate) -
Method Summary
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
getConnectionId
-
Constructor Details
-
Method Details
-
load
public static org.correomqtt.gui.controller.LoaderResult<MessageListViewController> load(String connectionId, MessageListViewDelegate delegate) -
initialize
public void initialize() -
clearList
public void clearList()- Specified by:
clearListin interfaceMessageListContextMenuDelegate
-
removeMessage
- Specified by:
removeMessagein interfaceMessageListContextMenuDelegate
-
saveMessage
- Specified by:
saveMessagein interfaceMessageListContextMenuDelegate
-
onDisconnectFromConnectionDeleted
- Specified by:
onDisconnectFromConnectionDeletedin interfaceConnectionLifecycleObserver
-
onConnect
public void onConnect()- Specified by:
onConnectin interfaceConnectionLifecycleObserver
-
onConnectRunning
public void onConnectRunning()- Specified by:
onConnectRunningin interfaceConnectionLifecycleObserver
-
onConnectionFailed
- Specified by:
onConnectionFailedin interfaceConnectionLifecycleObserver
-
onConnectionCanceled
public void onConnectionCanceled()- Specified by:
onConnectionCanceledin interfaceConnectionLifecycleObserver
-
onConnectionLost
public void onConnectionLost()- Specified by:
onConnectionLostin interfaceConnectionLifecycleObserver
-
onDisconnect
public void onDisconnect()- Specified by:
onDisconnectin interfaceConnectionLifecycleObserver
-
onConnectScheduled
public void onConnectScheduled()- Specified by:
onConnectScheduledin interfaceConnectionLifecycleObserver
-
onDisconnectCanceled
public void onDisconnectCanceled()- Specified by:
onDisconnectCanceledin interfaceConnectionLifecycleObserver
-
onDisconnectFailed
- Specified by:
onDisconnectFailedin interfaceConnectionLifecycleObserver
-
onDisconnectRunning
public void onDisconnectRunning()- Specified by:
onDisconnectRunningin interfaceConnectionLifecycleObserver
-
onDisconnectScheduled
public void onDisconnectScheduled()- Specified by:
onDisconnectScheduledin interfaceConnectionLifecycleObserver
-
onConnectionReconnected
public void onConnectionReconnected()- Specified by:
onConnectionReconnectedin interfaceConnectionLifecycleObserver
-
onReconnectFailed
- Specified by:
onReconnectFailedin interfaceConnectionLifecycleObserver
-
showDetailsInSeparateWindow
- Specified by:
showDetailsInSeparateWindowin interfaceBaseMessageContextMenuDelegate
-
setUpToForm
- Specified by:
setUpToFormin interfaceBaseMessageContextMenuDelegate- Specified by:
setUpToFormin interfaceDetailViewDelegate
-
getConnectionId
-
setConnectionId
-
getTabId
-
setTabId
-