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
Modifier and TypeMethodDescriptionvoidafterFileCreation(IFile file) voidafterFileUpdate(IFile file) booleanbeforeFileDeletion(IFile file)
-
Method Details
-
afterFileUpdate
-
afterFileCreation
-
beforeFileDeletion
- Returns:
- whether a deletion is vetoed.
-