Package org.palladiosimulator.protocom
Interface PCMEclipseResourceFileSystemAccess2.IFileCallback
-
- Enclosing class:
- PCMEclipseResourceFileSystemAccess2
public static interface PCMEclipseResourceFileSystemAccess2.IFileCallback
- Restriction:
- This interface is not intended to be implemented by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
afterFileCreation(IFile file)
void
afterFileUpdate(IFile file)
boolean
beforeFileDeletion(IFile file)
-