public class IExplorerNotifyAdapter extends java.lang.Object implements 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
|
Constructor and Description |
---|
IExplorerNotifyAdapter()
Constructor
|
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
|
public static final java.lang.String SCCSID
public static final java.lang.String COPYRIGHT_NOTICE
public void explorerInitialised()
IExplorerNotify
explorerInitialised
in interface IExplorerNotify
public void queueManagerAdded(ExplorerNotifyEvent event)
IExplorerNotify
queueManagerAdded
in interface IExplorerNotify
event
- event.getOject() specifies the MQQmgrExtObject for the Queue Managerpublic boolean isPreventRemoveQueueManager(ExplorerNotifyEvent event)
IExplorerNotify
isPreventRemoveQueueManager
in interface IExplorerNotify
event
- event.getOject() specifies the MQQmgrExtObject for the Queue Managerpublic boolean isPreventDeleteQueueManager(ExplorerNotifyEvent event)
IExplorerNotify
isPreventDeleteQueueManager
in interface IExplorerNotify
event
- event.getObject() specified the MQQmgrExtObject for the Queue Managerpublic void queueManagerRemoved(ExplorerNotifyEvent event)
IExplorerNotify
queueManagerRemoved
in interface IExplorerNotify
event
- event.getOject() spcifies the MQQmgrExtObject for the Queue Managerpublic void queueManagerShown(ExplorerNotifyEvent event)
IExplorerNotify
queueManagerShown
in interface IExplorerNotify
event
- event.getOject() spcifies the MQQmgrExtObject for the Queue Managerpublic void queueManagerHidden(ExplorerNotifyEvent event)
IExplorerNotify
queueManagerHidden
in interface IExplorerNotify
event
- event.getOject() spcifies the MQQmgrExtObject for the Queue Managerpublic void viewOpened(ExplorerNotifyEvent event)
IExplorerNotify
viewOpened
in interface IExplorerNotify
event
- event.getId() specifies the id of the View that has been openedpublic void viewClosed(ExplorerNotifyEvent event)
IExplorerNotify
viewClosed
in interface IExplorerNotify
event
- event.getId() specifies the id of the View that has been openedpublic void pluginEnabled(ExplorerNotifyEvent event)
IExplorerNotify
pluginEnabled
in interface IExplorerNotify
event
- event.getId() specifies the id of the plug-in that has been enabledpublic void pluginDisabled(ExplorerNotifyEvent event)
IExplorerNotify
pluginDisabled
in interface IExplorerNotify
event
- event.getId() specifies the id of the plug-in that was disabledpublic void explorerClosing()
IExplorerNotify
explorerClosing
in interface IExplorerNotify
public void queueManagerDeleted(ExplorerNotifyEvent event)
IExplorerNotify
queueManagerDeleted
in interface IExplorerNotify
event
- event.getOject() spcifies the MQQmgrExtObject for the Queue Managerpublic boolean isPreventStopQueueManager(ExplorerNotifyEvent event)
IExplorerNotify
isPreventStopQueueManager
in interface IExplorerNotify
event
- event.getObject() specified the MQQmgrExtObject for the Queue Managerpublic void queueManagerStopped(ExplorerNotifyEvent event)
IExplorerNotify
queueManagerStopped
in interface IExplorerNotify
event
- event.getOject() spcifies the MQQmgrExtObject for the Queue Managerpublic void queueManagerStarted(ExplorerNotifyEvent event)
IExplorerNotify
queueManagerStarted
in interface IExplorerNotify
event
- event.getOject() spcifies the MQQmgrExtObject for the Queue Managerpublic void explorerPreferenceChanged(ExplorerNotifyEvent event)
IExplorerNotify
explorerPreferenceChanged
in interface IExplorerNotify
event
- event.getId() specifies the id of the preference that has changed
event.getObject() specifies the new value of the preference