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.
Interface used to listen to changes in resources, when they are added, renamed or removed.
- Author:
- Christopher Mindus
Field Summary
Method Summary
Modifier and TypeMethodDescriptionvoid
onModuleFolderResource
(int op, ModuleFolder folder, IResource resource)
Field Details
ADDED
static final int ADDEDResource is added.- See Also:
REMOVED
static final int REMOVEDResource is removed.- See Also:
Method Details