org.eclipse.cdt.core.resources
Class PathEntryStoreChangedEvent
java.lang.Object
java.util.EventObject
org.eclipse.cdt.core.resources.PathEntryStoreChangedEvent
- All Implemented Interfaces:
- java.io.Serializable
public class PathEntryStoreChangedEvent
- extends java.util.EventObject
PathEntryChangedEvent
- See Also:
- Serialized Form
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
PathEntryStoreChangedEvent
public PathEntryStoreChangedEvent(IPathEntryStore store,
org.eclipse.core.resources.IProject project,
int flags)
getPathEntryStore
public IPathEntryStore getPathEntryStore()
getProject
public org.eclipse.core.resources.IProject getProject()
hasContentChanged
public boolean hasContentChanged()
hasClosed
public boolean hasClosed()