Package | Description |
---|---|
com.streamscape.sdo.enums | |
com.streamscape.sdo.event | |
com.streamscape.sdo.file |
Modifier and Type | Field and Description |
---|---|
static FileEventType |
FileEventType.DIRECTORY_AVAILABLE
This event type is fired when the root directory of
DirectoryMonitor
becomes available (e.g. |
static FileEventType |
FileEventType.DIRECTORY_SNAPSHOT |
static FileEventType |
FileEventType.DIRECTORY_UNAVAILABLE
This event type is fired when the root directory of
DirectoryMonitor
becomes unavailable. |
static FileEventType |
FileEventType.FILE_STATE_CHANGED
This event type is fired when the file status us changed.
|
Modifier and Type | Method and Description |
---|---|
static FileEventType |
FileEventType.valueOf(java.lang.String name) |
static FileEventType[] |
FileEventType.values() |
Modifier and Type | Method and Description |
---|---|
FileEventType |
FileEvent.getEventType()
Returns a type of file event.
|
Modifier and Type | Method and Description |
---|---|
FileEventType |
FileMetaInfo.getEventType() |
Modifier and Type | Method and Description |
---|---|
void |
FileMetaInfo.setEventType(FileEventType eventType) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.