| Modifier and Type | Method and Description |
|---|---|
void |
HiveBrowser.subscribe(Session session,
Location location) |
void |
HiveBrowser.unsubscribe(Session session,
Location location) |
| Modifier and Type | Method and Description |
|---|---|
Entry[] |
Folder.list(Stack<String> path) |
Entry[] |
FolderCommon.list(Stack<String> path) |
void |
Folder.subscribe(Stack<String> path,
FolderListener listener,
Object tag) |
void |
FolderCommon.subscribe(Stack<String> path,
FolderListener listener,
Object tag) |
void |
Folder.unsubscribe(Stack<String> path,
Object tag) |
void |
FolderCommon.unsubscribe(Stack<String> path,
Object tag) |
| Modifier and Type | Method and Description |
|---|---|
Entry[] |
GroupFolder.list(Stack<String> path) |
Entry[] |
GroupSubFolder.list(Stack<String> path) |
Entry[] |
QueryFolder.list(Stack<String> path) |
void |
GroupFolder.subscribe(Stack<String> path,
FolderListener listener,
Object tag) |
void |
GroupSubFolder.subscribe(Stack<String> path,
FolderListener listener,
Object tag) |
void |
QueryFolder.subscribe(Stack<String> path,
FolderListener listener,
Object tag) |
void |
GroupFolder.unsubscribe(Stack<String> path,
Object tag) |
void |
GroupSubFolder.unsubscribe(Stack<String> path,
Object tag) |
void |
QueryFolder.unsubscribe(Stack<String> path,
Object tag) |
| Modifier and Type | Method and Description |
|---|---|
void |
HiveBrowserCommon.subscribe(Session session,
Location location) |
void |
HiveBrowserCommon.unsubscribe(Session session,
Location location) |
| Modifier and Type | Method and Description |
|---|---|
Entry[] |
ComponentFolder.list(Stack<String> path) |
void |
ComponentFolder.subscribe(Stack<String> path,
FolderListener listener,
Object tag) |
void |
ComponentFolder.unsubscribe(Stack<String> path,
Object tag) |
| Modifier and Type | Method and Description |
|---|---|
Entry[] |
ProxyFolder.list(Stack<String> path) |
void |
ProxyFolder.subscribe(Stack<String> path,
FolderListener listener,
Object tag) |
void |
ProxyFolder.unsubscribe(Stack<String> path,
Object tag) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.