public interface IExplorerNotify
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT_NOTICE
Copyright notice
|
static java.lang.String |
SCCSID
SCCS id - expanded when file is extracted from CMVC
|
Modifier and Type | Method and Description |
---|---|
void |
explorerClosing()
Called when the Explorer starts to close.
|
void |
explorerInitialised()
Called when Explorer initialisation is complete
|
void |
explorerPreferenceChanged(ExplorerNotifyEvent event)
Called when an Explorer preference is changed which may effect a plug-in.
|
boolean |
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 |
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 |
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 |
pluginDisabled(ExplorerNotifyEvent event)
Called when a plug-in is disabled on the preferences page.
|
void |
pluginEnabled(ExplorerNotifyEvent event)
Called when a plug-in is enabled on the preferences page.
|
void |
queueManagerAdded(ExplorerNotifyEvent event)
Called when a Queue Manager is added to the Explorer
|
void |
queueManagerDeleted(ExplorerNotifyEvent event)
Called when a local Queue Manager is about to be deleted.
|
void |
queueManagerHidden(ExplorerNotifyEvent event)
Called when a Queue Manager is hidden from the Explorer.
|
void |
queueManagerRemoved(ExplorerNotifyEvent event)
Called when a remote Queue Manager is about to be removed.
|
void |
queueManagerShown(ExplorerNotifyEvent event)
Called when a Queue Manager is shown in the Explorer.
|
void |
queueManagerStarted(ExplorerNotifyEvent event)
Called when a local Queue Manager is about to be started.
|
void |
queueManagerStopped(ExplorerNotifyEvent event)
Called when a local Queue Manager is about to be stopped.
|
void |
viewClosed(ExplorerNotifyEvent event)
Called when an Explorer view is closed
|
void |
viewOpened(ExplorerNotifyEvent event)
Called when an Explorer view is opened
|
static final java.lang.String SCCSID
static final java.lang.String COPYRIGHT_NOTICE
void explorerInitialised()
void queueManagerAdded(ExplorerNotifyEvent event)
event
- event.getOject() specifies the MQQmgrExtObject for the Queue Managerboolean isPreventRemoveQueueManager(ExplorerNotifyEvent event)
event
- event.getOject() specifies the MQQmgrExtObject for the Queue Managerboolean isPreventDeleteQueueManager(ExplorerNotifyEvent event)
event
- event.getObject() specified the MQQmgrExtObject for the Queue Managerboolean isPreventStopQueueManager(ExplorerNotifyEvent event)
event
- event.getObject() specified the MQQmgrExtObject for the Queue Managervoid queueManagerRemoved(ExplorerNotifyEvent event)
event
- event.getOject() spcifies the MQQmgrExtObject for the Queue Managervoid queueManagerDeleted(ExplorerNotifyEvent event)
event
- event.getOject() spcifies the MQQmgrExtObject for the Queue Managervoid queueManagerStopped(ExplorerNotifyEvent event)
event
- event.getOject() spcifies the MQQmgrExtObject for the Queue Managervoid queueManagerStarted(ExplorerNotifyEvent event)
event
- event.getOject() spcifies the MQQmgrExtObject for the Queue Managervoid queueManagerShown(ExplorerNotifyEvent event)
event
- event.getOject() spcifies the MQQmgrExtObject for the Queue Managervoid queueManagerHidden(ExplorerNotifyEvent event)
event
- event.getOject() spcifies the MQQmgrExtObject for the Queue Managervoid viewOpened(ExplorerNotifyEvent event)
event
- event.getId() specifies the id of the View that has been openedvoid viewClosed(ExplorerNotifyEvent event)
event
- event.getId() specifies the id of the View that has been openedvoid pluginEnabled(ExplorerNotifyEvent event)
event
- event.getId() specifies the id of the plug-in that has been enabledvoid pluginDisabled(ExplorerNotifyEvent event)
event
- event.getId() specifies the id of the plug-in that was disabledvoid explorerPreferenceChanged(ExplorerNotifyEvent event)
event
- event.getId() specifies the id of the preference that has changed
event.getObject() specifies the new value of the preferencevoid explorerClosing()