| Package | Description |
|---|---|
| org.eclipse.scada.ae.server | |
| org.eclipse.scada.core.subscription | |
| org.eclipse.scada.da.server.common.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventListener |
interface |
MonitorListener |
| Modifier and Type | Class and Description |
|---|---|
class |
SubscriptionRecorder<T> |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionListener<T> |
SubscriptionInformation.getListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionInformation.setListener(SubscriptionListener<T> listener) |
void |
Subscription.subscribe(SubscriptionListener<T> listener,
Object hint) |
void |
SubscriptionManager.subscribe(T topic,
SubscriptionListener<T> listener)
Subscribe to a topic.
|
void |
SubscriptionManager.subscribe(T topic,
SubscriptionListener<T> listener,
Object hint)
Subscribe to a topic with a hint
|
void |
Subscription.unsubscribe(SubscriptionListener<T> listener) |
void |
SubscriptionManager.unsubscribe(T topic,
SubscriptionListener<T> listener) |
void |
SubscriptionManager.unsubscribeAll(SubscriptionListener<T> listener)
Unsubscribe from all subscriptions that the listener has subscribed to
|
boolean |
SubscriptionValidator.validate(SubscriptionListener<T> listener,
T topic) |
| Constructor and Description |
|---|
SubscriptionInformation(SubscriptionListener<T> listener,
Object hint) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataItemSubscriptionListener
A subscription listener for data items
|
| Modifier and Type | Class and Description |
|---|---|
class |
SessionCommon |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.