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