|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Describes a change in a path variable. The change may denote that a variable has been created, deleted or had its value changed.
This interface is not intended to be implemented by clients.
IPathVariableChangeListener
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. |
Method Summary | |
Object |
getSource()
Returns an object identifying the source of this event. |
int |
getType()
Returns the type of event being reported. |
IPath |
getValue()
Returns the variable's current value. |
String |
getVariableName()
Returns the affected variable's name. |
Field Detail |
public static final int VARIABLE_CHANGED
public static final int VARIABLE_CREATED
public static final int VARIABLE_DELETED
Method Detail |
public IPath getValue()
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
.null
public String getVariableName()
public Object getSource()
EventObject
public int getType()
VARIABLE_CHANGED
,
VARIABLE_CREATED
,
VARIABLE_DELETED
|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |