Package com.iizigo.project
Interface IModuleProjectResourceListener
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IModuleProjectResourceListener
Interface used to listen to changes in resources, when they are added, renamed or removed.- Author:
- Christopher Mindus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onModuleFolderResource(int op, ModuleFolder folder, org.eclipse.core.resources.IResource resource)
-
-
-
Field Detail
-
ADDED
static final int ADDED
Resource is added.- See Also:
- Constant Field Values
-
REMOVED
static final int REMOVED
Resource is removed.- See Also:
- Constant Field Values
-
-
Method Detail
-
onModuleFolderResource
void onModuleFolderResource(int op, ModuleFolder folder, org.eclipse.core.resources.IResource resource)
-
-