| Package | Description |
|---|---|
| org.eclipse.scada.core.subscription | |
| org.eclipse.scada.da.server.common.impl | |
| org.eclipse.scada.da.server.component |
| Modifier and Type | Method and Description |
|---|---|
void |
ListenableSubscriptionManager.addManagerListener(SubscriptionManagerListener<T> listener)
Add a listener to the manager
|
void |
ListenableSubscriptionManager.removeManagerListener(SubscriptionManagerListener<T> listener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ListenableSubscriptionManager.fireAdded(List<SubscriptionManagerListener<T>> listeners,
Set<T> topic) |
protected void |
ListenableSubscriptionManager.fireRemoved(List<SubscriptionManagerListener<T>> listeners,
Set<T> topic) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HiveCommon.addItemSubscriptionListener(SubscriptionManagerListener<String> listener) |
protected void |
HiveCommon.removeItemSubscriptionListener(SubscriptionManagerListener<String> listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentHost.addItemSubscriptionListener(SubscriptionManagerListener<String> listener) |
void |
Hive.addItemSubscriptionListener(SubscriptionManagerListener<String> listener) |
void |
ComponentHost.removeItemSubscriptionListener(SubscriptionManagerListener<String> listener) |
void |
Hive.removeItemSubscriptionListener(SubscriptionManagerListener<String> listener) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.