|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileChangeManager
Provides support for tracking file change notifications.
Nested Class Summary | |
---|---|
static interface |
FileChangeManager.FileChangeHandler
|
Method Summary | |
---|---|
void |
registerFileChangeInterest(java.lang.String path,
FileChangeManager.FileChangeHandler handler)
Registers a callback object to be notified when the specified file has changed. |
boolean |
supportsChangeNotifications(java.lang.String path)
Indicates whether this FileChangeManager is capable of
reporting change notifications for the given file path. |
void |
unregisterFileChangeInterest(java.lang.String path,
FileChangeManager.FileChangeHandler handler)
Unregisters a callback object for specified file. |
Method Detail |
---|
boolean supportsChangeNotifications(java.lang.String path)
FileChangeManager
is capable of
reporting change notifications for the given file path.
void registerFileChangeInterest(java.lang.String path, FileChangeManager.FileChangeHandler handler)
void unregisterFileChangeInterest(java.lang.String path, FileChangeManager.FileChangeHandler handler)
|
Sonic ESB API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |