Interface PCMEclipseResourceFileSystemAccess2.IFileCallback

  • Enclosing class:
    PCMEclipseResourceFileSystemAccess2

    public static interface PCMEclipseResourceFileSystemAccess2.IFileCallback
    Restriction:
    This interface is not intended to be implemented by clients.
    • Method Detail

      • afterFileUpdate

        void afterFileUpdate​(IFile file)
      • afterFileCreation

        void afterFileCreation​(IFile file)
      • beforeFileDeletion

        boolean beforeFileDeletion​(IFile file)
        Returns:
        whether a deletion is vetoed.