public abstract class AbstractFileChangeEvent extends FileChangeEvent
Constructor and Description |
---|
AbstractFileChangeEvent(FileObject fileObject)
Constructs a new instance for subclasses.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
notify(FileListener fileListener)
Notifies the given file listener of this event.
|
getFile, getFileObject
public AbstractFileChangeEvent(FileObject fileObject)
fileObject
- the file object.public abstract void notify(FileListener fileListener) throws Exception
fileListener
- The file listener to notify.Exception
- Anything can happen.Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.