BBjDirectoryChangeEvent
Description
In BBj 17.00 and higher, this event is reported when any changes are made in a directory that is being watched using BBjFileSystem::watchDirectory.
Methods of BBjDirectoryChangeEvent
|
Return Value |
Method |
|---|---|
|
String |
|
|
String |
|
|
String |
|
|
int |
Methods of BBjDirectoryChangeEvent inherited from BBjEvent
| Return Value | Method |
|---|---|
| string | getEventName() |
| string | getEventString() |
Constants
| Event |
Code |
|---|---|
|
MODIFY |
0 |
|
CREATE |
1 |
|
DELETE |
-1 |