public class PathEntryStoreChangedEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
static int |
CONTENT_CHANGED |
static int |
STORE_CLOSED |
source| Constructor and Description |
|---|
PathEntryStoreChangedEvent(IPathEntryStore store,
org.eclipse.core.resources.IProject project,
int flags) |
| Modifier and Type | Method and Description |
|---|---|
IPathEntryStore |
getPathEntryStore() |
org.eclipse.core.resources.IProject |
getProject() |
boolean |
hasClosed() |
boolean |
hasContentChanged() |
getSource, toStringpublic static final int CONTENT_CHANGED
public static final int STORE_CLOSED
public PathEntryStoreChangedEvent(IPathEntryStore store, org.eclipse.core.resources.IProject project, int flags)
public IPathEntryStore getPathEntryStore()
public org.eclipse.core.resources.IProject getProject()
public boolean hasContentChanged()
public boolean hasClosed()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.