public class SubscriptionRecorder<T> extends Object implements SubscriptionListener<T>
| Constructor and Description |
|---|
SubscriptionRecorder() |
| Modifier and Type | Method and Description |
|---|---|
void |
added(SubscriptionSource<T> source) |
List<Object> |
getList() |
void |
removed(SubscriptionSource<T> source) |
void |
setList(List<Object> list) |
void |
updateStatus(T topic,
SubscriptionState subscriptionState)
The subscription status update method.
|
public void updateStatus(T topic, SubscriptionState subscriptionState)
SubscriptionListenerupdateStatus in interface SubscriptionListener<T>topic - The topic that is notifiedsubscriptionState - The new status of the subscriptionpublic void added(SubscriptionSource<T> source)
public void removed(SubscriptionSource<T> source)
Copyright © 2015 Eclipse SCADA Project. All rights reserved.