Package | Description |
---|---|
org.apache.commons.vfs2.events |
VFS Events
|
org.apache.commons.vfs2.provider |
The File Provider API, and utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ChangedEvent
File changed event.
|
class |
CreateEvent
File creation event.
|
class |
DeleteEvent
File deletion event.
|
Modifier and Type | Method and Description |
---|---|
private void |
AbstractFileSystem.fireEvent(AbstractFileChangeEvent event)
Fires an event.
|