public class InstallerVariableEvent extends InstallerEvent
InstallerContext
.
This event object contains additional information about the changed variable.
The event type and EventType.VARIABLE_CHANGED
produces this event object when fired.
Constructor and Description |
---|
InstallerVariableEvent(java.lang.Object source,
Context context,
java.lang.String variableName)
The constructor is called by the framework.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getVariableName()
Get the name of the variable that was changed.
|
java.lang.String |
getVerbose()
Return a verbose description of this event.
|
java.lang.String |
toString() |
getContext, getType, setContext, wasSuccessful
public InstallerVariableEvent(java.lang.Object source, Context context, java.lang.String variableName)
source
- the event sourcecontext
- the contextvariableName
- the name of the changed variablepublic java.lang.String getVariableName()
public java.lang.String toString()
toString
in class InstallerEvent
public java.lang.String getVerbose()
InstallerEvent
getVerbose
in class InstallerEvent