|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.eclipse.core.internal.events.PathVariableChangeEvent
public class PathVariableChangeEvent
Describes a change in path variable. Core's default implementation for the
IPathVariableChangeEvent
interface.
Field Summary |
---|
Fields inherited from interface org.eclipse.core.resources.IPathVariableChangeEvent |
---|
VARIABLE_CHANGED, VARIABLE_CREATED, VARIABLE_DELETED |
Constructor Summary | |
---|---|
PathVariableChangeEvent(IPathVariableManager source,
java.lang.String variableName,
org.eclipse.core.runtime.IPath value,
int type)
Constructor for this class. |
Method Summary | |
---|---|
int |
getType()
Returns the type of event being reported. |
org.eclipse.core.runtime.IPath |
getValue()
Returns the variable's current value. |
java.lang.String |
getVariableName()
Returns the affected variable's name. |
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 |
Methods inherited from interface org.eclipse.core.resources.IPathVariableChangeEvent |
---|
getSource |
Constructor Detail |
---|
public PathVariableChangeEvent(IPathVariableManager source, java.lang.String variableName, org.eclipse.core.runtime.IPath value, int type)
Method Detail |
---|
public org.eclipse.core.runtime.IPath getValue()
IPathVariableChangeEvent
VARIABLE_CHANGED
then it is the new value, if the event
type is VARIABLE_CREATED
then it is the new value, or
if the event type is VARIABLE_DELETED
then it will
be null
.
getValue
in interface IPathVariableChangeEvent
null
IPathVariableChangeEvent.getValue()
public java.lang.String getVariableName()
IPathVariableChangeEvent
getVariableName
in interface IPathVariableChangeEvent
IPathVariableChangeEvent.getVariableName()
public int getType()
IPathVariableChangeEvent
getType
in interface IPathVariableChangeEvent
IPathVariableChangeEvent.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 |