java.lang.Objectjava.util.EventObject
com.install4j.api.events.InstallerEvent
com.install4j.api.events.InstallerVariableEvent
public class InstallerVariableEvent
The event object that is passed to installer event listeners for the variable change event type.
Event listeners are registered in the InstallerContext
.
This event object contains additional information about the changed variable.
The event type and EventType.VARIABLE_CHANGED
produces this event object when fired.
InstallerEventListener
,
Context.addInstallerEventListener(com.install4j.api.events.InstallerEventListener)
,
Serialized FormField Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
InstallerVariableEvent(java.lang.Object source,
Context context,
java.lang.String variableName)
The constructor is called by the framework. |
Method Summary | |
---|---|
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()
|
Methods inherited from class com.install4j.api.events.InstallerEvent |
---|
getContext, getType, wasSuccessful |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InstallerVariableEvent(java.lang.Object source, Context context, java.lang.String variableName)
source
- the event sourcecontext
- the contextvariableName
- the name of the changed variableMethod Detail |
---|
public java.lang.String getVariableName()
public java.lang.String toString()
toString
in class InstallerEvent
public java.lang.String getVerbose()
InstallerEvent
getVerbose
in class InstallerEvent