public static interface ResourceChangeHandlerBase.IResourceMoveHandler
Modifier and Type | Method and Description |
---|---|
void |
done()
Call-back ticked at end of a resource change event
|
void |
handleProjectClose(org.eclipse.core.resources.IProject project)
Handle a project close
|
boolean |
handleResourceMove(org.eclipse.core.resources.IResource fromRc,
org.eclipse.core.resources.IResource toRc)
Resource moved fromRc to toRc
|
boolean |
handleResourceRemove(org.eclipse.core.resources.IResource rc)
Handle a resource remove
|
boolean handleResourceMove(org.eclipse.core.resources.IResource fromRc, org.eclipse.core.resources.IResource toRc)
fromRc
- toRc
- boolean handleResourceRemove(org.eclipse.core.resources.IResource rc)
rc
- Removed IResourcevoid handleProjectClose(org.eclipse.core.resources.IProject project)
void done()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.