Uses of Class
com.ibm.mq.explorer.ui.extensions.ExplorerNotifyEvent
-
Uses of ExplorerNotifyEvent in com.ibm.mq.explorer.ui.extensions
Methods in com.ibm.mq.explorer.ui.extensions with parameters of type ExplorerNotifyEventModifier and TypeMethodDescriptionvoid
IExplorerNotify.explorerPreferenceChanged
(ExplorerNotifyEvent event) Called when an Explorer preference is changed which may effect a plug-in.void
IExplorerNotifyAdapter.explorerPreferenceChanged
(ExplorerNotifyEvent event) boolean
IExplorerNotify.isPreventDeleteQueueManager
(ExplorerNotifyEvent event) Called when a local queue manager is about to be deleted by the Explorer, the plugin can veto the deletion by returning true.boolean
IExplorerNotifyAdapter.isPreventDeleteQueueManager
(ExplorerNotifyEvent event) boolean
IExplorerNotify.isPreventRemoveQueueManager
(ExplorerNotifyEvent event) Called when the connection to a remote queue manager is about to be removed from the Explorer, the plugin can veto the removal by returning true.boolean
IExplorerNotifyAdapter.isPreventRemoveQueueManager
(ExplorerNotifyEvent event) boolean
IExplorerNotify.isPreventStopQueueManager
(ExplorerNotifyEvent event) Called when a local queue manager is about to be stopped by the Explorer, the plugin can veto the stopping by returning true.boolean
IExplorerNotifyAdapter.isPreventStopQueueManager
(ExplorerNotifyEvent event) void
IExplorerNotify.pluginDisabled
(ExplorerNotifyEvent event) Called when a plug-in is disabled on the preferences page.void
IExplorerNotifyAdapter.pluginDisabled
(ExplorerNotifyEvent event) void
IExplorerNotify.pluginEnabled
(ExplorerNotifyEvent event) Called when a plug-in is enabled on the preferences page.void
IExplorerNotifyAdapter.pluginEnabled
(ExplorerNotifyEvent event) void
IExplorerNotify.queueManagerAdded
(ExplorerNotifyEvent event) Called when a Queue Manager is added to the Explorervoid
IExplorerNotifyAdapter.queueManagerAdded
(ExplorerNotifyEvent event) void
IExplorerNotify.queueManagerDeleted
(ExplorerNotifyEvent event) Called when a local Queue Manager is about to be deleted.void
IExplorerNotifyAdapter.queueManagerDeleted
(ExplorerNotifyEvent event) void
IExplorerNotify.queueManagerHidden
(ExplorerNotifyEvent event) Called when a Queue Manager is hidden from the Explorer.void
IExplorerNotifyAdapter.queueManagerHidden
(ExplorerNotifyEvent event) void
IExplorerNotify.queueManagerRemoved
(ExplorerNotifyEvent event) Called when a remote Queue Manager is about to be removed.void
IExplorerNotifyAdapter.queueManagerRemoved
(ExplorerNotifyEvent event) void
IExplorerNotify.queueManagerShown
(ExplorerNotifyEvent event) Called when a Queue Manager is shown in the Explorer.void
IExplorerNotifyAdapter.queueManagerShown
(ExplorerNotifyEvent event) void
IExplorerNotify.queueManagerStarted
(ExplorerNotifyEvent event) Called when a local Queue Manager is about to be started.void
IExplorerNotifyAdapter.queueManagerStarted
(ExplorerNotifyEvent event) void
IExplorerNotify.queueManagerStopped
(ExplorerNotifyEvent event) Called when a local Queue Manager is about to be stopped.void
IExplorerNotifyAdapter.queueManagerStopped
(ExplorerNotifyEvent event) void
IExplorerNotify.viewClosed
(ExplorerNotifyEvent event) Called when an Explorer view is closedvoid
IExplorerNotifyAdapter.viewClosed
(ExplorerNotifyEvent event) void
IExplorerNotify.viewOpened
(ExplorerNotifyEvent event) Called when an Explorer view is openedvoid
IExplorerNotifyAdapter.viewOpened
(ExplorerNotifyEvent event)