public class VariableEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
eventName |
protected AbstractVariableScope |
sourceScope |
protected VariableInstance |
variableInstance |
| Constructor and Description |
|---|
VariableEvent(VariableInstance variableInstance,
String eventName,
AbstractVariableScope sourceScope) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEventName() |
AbstractVariableScope |
getSourceScope() |
VariableInstance |
getVariableInstance() |
protected VariableInstance variableInstance
protected String eventName
protected AbstractVariableScope sourceScope
public VariableEvent(VariableInstance variableInstance, String eventName, AbstractVariableScope sourceScope)
public VariableInstance getVariableInstance()
public String getEventName()
public AbstractVariableScope getSourceScope()
Copyright © 2019. All rights reserved.