Class PathEntryStoreChangedEvent

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

public class PathEntryStoreChangedEvent extends EventObject
PathEntryChangedEvent
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

  • Constructor Details

    • PathEntryStoreChangedEvent

      public PathEntryStoreChangedEvent(IPathEntryStore store, org.eclipse.core.resources.IProject project, int flags)
  • Method Details

    • getPathEntryStore

      public IPathEntryStore getPathEntryStore()
    • getProject

      public org.eclipse.core.resources.IProject getProject()
    • hasContentChanged

      public boolean hasContentChanged()
    • hasClosed

      public boolean hasClosed()