BBjDirectoryChangeEvent::getChange
Description
In BBj 17.00 and higher, this method returns an integer code for the event change (CREATE,DELETE,MODIFY).
Syntax
|
Return Value |
Method |
|---|---|
|
int |
getChange() |
Parameters
None.
Return Value
Returns an integer code for the event action.
| Event |
Code |
|---|---|
|
MODIFY |
0 |
|
CREATE |
1 |
|
DELETE |
-1 |
Remarks
None.
See Also
BBjFileSystem::unwatchDirectory
BBjFileSystem::unwatchAllDirectories
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.