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, getFileObjectpublic DeleteEvent(FileObject fileObject)
fileObject - the file object.public void notify(FileListener listener) throws Exception
AbstractFileChangeEventnotify in class AbstractFileChangeEventlistener - The file listener to notify.Exception - Anything can happen.Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.