Constructor and Description |
---|
GroupSubFolder(NameProvider nameProvider) |
GroupSubFolder(NameProvider nameProvider,
FolderCommon folder) |
Modifier and Type | Method and Description |
---|---|
GroupSubFolder |
add(Stack<String> path,
ItemDescriptor descriptor) |
void |
added()
Called when the folder was added to the browser space
|
void |
clearSubscribers() |
Entry[] |
list(Stack<String> path) |
void |
remove(ItemDescriptor descriptor) |
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) |
public GroupSubFolder(NameProvider nameProvider, FolderCommon folder)
public GroupSubFolder(NameProvider nameProvider)
public GroupSubFolder add(Stack<String> path, ItemDescriptor descriptor)
public void remove(ItemDescriptor descriptor)
public Entry[] list(Stack<String> path) throws NoSuchFolderException
list
in interface Folder
NoSuchFolderException
public void subscribe(Stack<String> path, FolderListener listener, Object tag) throws NoSuchFolderException
subscribe
in interface Folder
NoSuchFolderException
public void unsubscribe(Stack<String> path, Object tag) throws NoSuchFolderException
unsubscribe
in interface Folder
NoSuchFolderException
public void clearSubscribers()
public void added()
Folder
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.