public class PathEntryVariableChangeEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
static int |
VARIABLE_CHANGED
Event type constant (value = 1) that denotes a value change .
|
static int |
VARIABLE_CREATED
Event type constant (value = 2) that denotes a variable creation.
|
static int |
VARIABLE_DELETED
Event type constant (value = 3) that denotes a variable deletion.
|
source| Constructor and Description |
|---|
PathEntryVariableChangeEvent(IPathEntryVariableManager source,
String variableName,
org.eclipse.core.runtime.IPath value,
int type)
Constructor for this class.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getType() |
org.eclipse.core.runtime.IPath |
getValue() |
String |
getVariableName() |
String |
toString()
Return a string representation of this object.
|
getSourcepublic static final int VARIABLE_CHANGED
public static final int VARIABLE_CREATED
public static final int VARIABLE_DELETED
public PathEntryVariableChangeEvent(IPathEntryVariableManager source, String variableName, org.eclipse.core.runtime.IPath value, int type)
public org.eclipse.core.runtime.IPath getValue()
public String getVariableName()
public int getType()
public String toString()
toString in class EventObjectCopyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.