public class ExplorerNotifyEvent
extends java.util.EventObject
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 |
---|
ExplorerNotifyEvent(java.lang.Object obj,
java.lang.String iD)
Constructor, supply either an MQQmgrExtObject/Object and/or a View/Plugin/Preference string id.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Get the view or plugin ID.
|
java.lang.Object |
getObject()
Get the MQQmgrExtObject
|
public static final java.lang.String SCCSID
public static final java.lang.String COPYRIGHT_NOTICE
public ExplorerNotifyEvent(java.lang.Object obj, java.lang.String iD)
obj
- The object that this event refers to, where appropriate, in the form of an
MQQmgrExtObject; or the new value in the form of an ObjectiD
- The String ID that this event refers to where appropriate.