Inherits org.qscript.events.ScriptEvent.
Public Member Functions | |
StoreUpdateEvent (Script script, ErrorType etype, int lineNo, int pos, int width, Object[] extra) | |
Public Member Functions inherited from org.qscript.events.ScriptEvent | |
ScriptEvent (Script script, ErrorType etype, int lineNo, int pos, int width, Object[] extra) | |
ScriptEvent (Script script, ErrorType etype, int lineNo, int pos, int width) | |
Script | getSource () |
Script | getScript () |
String | getMessage () |
String | toString () |
Public Attributes | |
final String | varID |
final Variable | var |
Public Attributes inherited from org.qscript.events.ScriptEvent | |
final ErrorType | etype |
final int | lineNo |
final int | pos |
final int | width |
final Object[] | extra |
Additional Inherited Members | |
Protected Attributes inherited from org.qscript.events.ScriptEvent | |
final String | f0 = "{0} [Line {1} : Pos {2}]" |
String | message |
Event fired when a variable has been updated and stored.
org.qscript.events.StoreUpdateEvent.StoreUpdateEvent | ( | Script | script, |
ErrorType | etype, | ||
int | lineNo, | ||
int | pos, | ||
int | width, | ||
Object[] | extra | ||
) |
script | the source of the event |
etype | the error type (if event caused by error) |
lineNo | line number where the event was fired |
pos | the position in the source code where the token starts |
width | the width (chars) of the token |
extra | this extra object is specific to this event |
final Variable org.qscript.events.StoreUpdateEvent.var |
the actual variable that was updated
final String org.qscript.events.StoreUpdateEvent.varID |
The variable identifier being updated