Modifier and Type | Method and Description |
---|---|
void |
IExplorerNotifyAdapter.explorerPreferenceChanged(ExplorerNotifyEvent event) |
void |
IExplorerNotify.explorerPreferenceChanged(ExplorerNotifyEvent event)
Called when an Explorer preference is changed which may effect a plug-in.
|
boolean |
IExplorerNotifyAdapter.isPreventDeleteQueueManager(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.isPreventRemoveQueueManager(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.isPreventStopQueueManager(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.
|
void |
IExplorerNotifyAdapter.pluginDisabled(ExplorerNotifyEvent event) |
void |
IExplorerNotify.pluginDisabled(ExplorerNotifyEvent event)
Called when a plug-in is disabled on the preferences page.
|
void |
IExplorerNotifyAdapter.pluginEnabled(ExplorerNotifyEvent event) |
void |
IExplorerNotify.pluginEnabled(ExplorerNotifyEvent event)
Called when a plug-in is enabled on the preferences page.
|
void |
IExplorerNotifyAdapter.queueManagerAdded(ExplorerNotifyEvent event) |
void |
IExplorerNotify.queueManagerAdded(ExplorerNotifyEvent event)
Called when a Queue Manager is added to the Explorer
|
void |
IExplorerNotifyAdapter.queueManagerDeleted(ExplorerNotifyEvent event) |
void |
IExplorerNotify.queueManagerDeleted(ExplorerNotifyEvent event)
Called when a local Queue Manager is about to be deleted.
|
void |
IExplorerNotifyAdapter.queueManagerHidden(ExplorerNotifyEvent event) |
void |
IExplorerNotify.queueManagerHidden(ExplorerNotifyEvent event)
Called when a Queue Manager is hidden from the Explorer.
|
void |
IExplorerNotifyAdapter.queueManagerRemoved(ExplorerNotifyEvent event) |
void |
IExplorerNotify.queueManagerRemoved(ExplorerNotifyEvent event)
Called when a remote Queue Manager is about to be removed.
|
void |
IExplorerNotifyAdapter.queueManagerShown(ExplorerNotifyEvent event) |
void |
IExplorerNotify.queueManagerShown(ExplorerNotifyEvent event)
Called when a Queue Manager is shown in the Explorer.
|
void |
IExplorerNotifyAdapter.queueManagerStarted(ExplorerNotifyEvent event) |
void |
IExplorerNotify.queueManagerStarted(ExplorerNotifyEvent event)
Called when a local Queue Manager is about to be started.
|
void |
IExplorerNotifyAdapter.queueManagerStopped(ExplorerNotifyEvent event) |
void |
IExplorerNotify.queueManagerStopped(ExplorerNotifyEvent event)
Called when a local Queue Manager is about to be stopped.
|
void |
IExplorerNotifyAdapter.viewClosed(ExplorerNotifyEvent event) |
void |
IExplorerNotify.viewClosed(ExplorerNotifyEvent event)
Called when an Explorer view is closed
|
void |
IExplorerNotifyAdapter.viewOpened(ExplorerNotifyEvent event) |
void |
IExplorerNotify.viewOpened(ExplorerNotifyEvent event)
Called when an Explorer view is opened
|