Class PathEntryVariableChangeEvent

java.lang.Object
java.util.EventObject
org.eclipse.cdt.core.resources.PathEntryVariableChangeEvent
All Implemented Interfaces:
Serializable

public class PathEntryVariableChangeEvent extends EventObject
Describes a change in path variable.
See Also:
Restriction:
This class is not intended to be subclassed by clients.
Restriction:
This class is not intended to be instantiated by clients.
  • Field Details

    • VARIABLE_CHANGED

      public static final int VARIABLE_CHANGED
      Event type constant (value = 1) that denotes a value change .
      See Also:
    • VARIABLE_CREATED

      public static final int VARIABLE_CREATED
      Event type constant (value = 2) that denotes a variable creation.
      See Also:
    • VARIABLE_DELETED

      public static final int VARIABLE_DELETED
      Event type constant (value = 3) that denotes a variable deletion.
      See Also:
  • Constructor Details

    • PathEntryVariableChangeEvent

      public PathEntryVariableChangeEvent(IPathEntryVariableManager source, String variableName, org.eclipse.core.runtime.IPath value, int type)
      Constructor for this class.
  • Method Details

    • getValue

      public org.eclipse.core.runtime.IPath getValue()
    • getVariableName

      public String getVariableName()
    • getType

      public int getType()
    • toString

      public String toString()
      Return a string representation of this object.
      Overrides:
      toString in class EventObject