org.eclipse.cdt.core.resources
Class PathEntryStoreChangedEvent

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

public class PathEntryStoreChangedEvent
extends java.util.EventObject

PathEntryChangedEvent

See Also:
Serialized Form

Field Summary
static int CONTENT_CHANGED
           
static int STORE_CLOSED
           
 
Constructor Summary
PathEntryStoreChangedEvent(IPathEntryStore store, org.eclipse.core.resources.IProject project, int flags)
           
 
Method Summary
 IPathEntryStore getPathEntryStore()
           
 org.eclipse.core.resources.IProject getProject()
           
 boolean hasClosed()
           
 boolean hasContentChanged()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CONTENT_CHANGED

public static final int CONTENT_CHANGED
See Also:
Constant Field Values

STORE_CLOSED

public static final int STORE_CLOSED
See Also:
Constant Field Values
Constructor Detail

PathEntryStoreChangedEvent

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

getPathEntryStore

public IPathEntryStore getPathEntryStore()

getProject

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

hasContentChanged

public boolean hasContentChanged()

hasClosed

public boolean hasClosed()