public interface DirectoryWatcher
This interface is used to receive change notifications from a file server after registering to receive notifications using the CIFSDiskSession.NTNotifyChange() method.
Modifier and Type | Field and Description |
---|---|
static int |
FileActionUnknown |
static int |
FileAdded |
static int |
FileModified |
static int |
FileNoAction |
static int |
FileRemoved |
static int |
FileRenamedNew |
static int |
FileRenamedOld |
Modifier and Type | Method and Description |
---|---|
void |
directoryChanged(int typ,
String fname)
Directory change occurred
|
static final int FileActionUnknown
static final int FileNoAction
static final int FileAdded
static final int FileRemoved
static final int FileModified
static final int FileRenamedOld
static final int FileRenamedNew
void directoryChanged(int typ, String fname)
typ
- intfname
- StringCopyright © 2005–2018 Alfresco Software. All rights reserved.