public interface Folder
Modifier and Type | Method and Description |
---|---|
void |
added()
Called when the folder was added to the browser space
|
Entry[] |
list(Stack<String> path) |
void |
removed()
Called when the folder was removed from the browser space
|
void |
subscribe(Stack<String> path,
FolderListener listener,
Object tag) |
void |
unsubscribe(Stack<String> path,
Object tag) |
Entry[] list(Stack<String> path) throws NoSuchFolderException
NoSuchFolderException
void subscribe(Stack<String> path, FolderListener listener, Object tag) throws NoSuchFolderException
NoSuchFolderException
void unsubscribe(Stack<String> path, Object tag) throws NoSuchFolderException
NoSuchFolderException
void added()
void removed()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.