Class CDescriptorEvent

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

@Deprecated public class CDescriptorEvent extends EventObject
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

    • CDTPROJECT_CHANGED

      public static final int CDTPROJECT_CHANGED
      Deprecated.
      See Also:
    • CDTPROJECT_ADDED

      public static final int CDTPROJECT_ADDED
      Deprecated.
      See Also:
    • CDTPROJECT_REMOVED

      public static final int CDTPROJECT_REMOVED
      Deprecated.
      See Also:
    • OWNER_CHANGED

      public static final int OWNER_CHANGED
      Deprecated.
      See Also:
    • EXTENSION_CHANGED

      public static final int EXTENSION_CHANGED
      Deprecated.
      See Also:
  • Constructor Details

    • CDescriptorEvent

      public CDescriptorEvent(ICDescriptor descriptor, int type, int flags)
      Deprecated.
  • Method Details

    • getDescriptor

      public ICDescriptor getDescriptor()
      Deprecated.
    • getType

      public int getType()
      Deprecated.
    • getFlags

      public int getFlags()
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class EventObject