|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.eclipse.cdt.core.resources.PathEntryVariableChangeEvent
public class PathEntryVariableChangeEvent
Describes a change in path variable.
Field Summary | |
---|---|
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. |
Constructor Summary | |
---|---|
PathEntryVariableChangeEvent(IPathEntryVariableManager source,
java.lang.String variableName,
org.eclipse.core.runtime.IPath value,
int type)
Constructor for this class. |
Method Summary | |
---|---|
int |
getType()
|
org.eclipse.core.runtime.IPath |
getValue()
|
java.lang.String |
getVariableName()
|
java.lang.String |
toString()
Return a string representation of this object. |
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int VARIABLE_CHANGED
public static final int VARIABLE_CREATED
public static final int VARIABLE_DELETED
Constructor Detail |
---|
public PathEntryVariableChangeEvent(IPathEntryVariableManager source, java.lang.String variableName, org.eclipse.core.runtime.IPath value, int type)
Method Detail |
---|
public org.eclipse.core.runtime.IPath getValue()
public java.lang.String getVariableName()
public int getType()
public java.lang.String toString()
toString
in class java.util.EventObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |