Class AbstractFileChangeEvent

    • Constructor Detail

      • AbstractFileChangeEvent

        public AbstractFileChangeEvent​(FileObject fileObject)
        Constructs a new instance for subclasses.
        Parameters:
        fileObject - the file object.
    • Method Detail

      • notify

        public abstract void notify​(FileListener fileListener)
                             throws java.lang.Exception
        Notifies the given file listener of this event.
        Parameters:
        fileListener - The file listener to notify.
        Throws:
        java.lang.Exception - Anything can happen.