public class PlugInNotification
extends java.lang.Object
| Constructor and Description |
|---|
PlugInNotification(int reason,
PlugIn plugIn)
Instantiates a new plug in notification.
|
| Modifier and Type | Method and Description |
|---|---|
PlugIn |
getPlugIn()
Gets the plug in.
|
int |
getUpdateReason()
Gets the update reason.
|
void |
setPlugIn(PlugIn plugIn)
Sets the plug in.
|
void |
setUpdateReason(int updateReason)
Sets the update reason.
|
java.lang.String |
toString() |
public PlugInNotification(int reason,
PlugIn plugIn)
reason - the reasonplugIn - the plug inpublic void setUpdateReason(int updateReason)
updateReason - the new update reasonpublic int getUpdateReason()
public void setPlugIn(PlugIn plugIn)
plugIn - the new plug inpublic PlugIn getPlugIn()
public java.lang.String toString()
toString in class java.lang.Object