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 TypeMethodDescriptionvoid
afterFileCreation
(IFile file) void
afterFileUpdate
(IFile file) boolean
beforeFileDeletion
(IFile file)
-
Method Details
-
afterFileUpdate
-
afterFileCreation
-
beforeFileDeletion
- Returns:
- whether a deletion is vetoed.
-