public interface MetricListener extends BICEPSClientCallback
| Modifier and Type | Method and Description |
|---|---|
void |
changedMetric(BICEPSMetric source,
List<? extends ChangedProperty> changedProps) |
void |
changeRequestStateChanged(BICEPSMetricControl source,
long transactionId,
InvocationState newState,
InvocationError errorCode,
List<LocalizedText> errorMsg) |
void |
removedMetric(BICEPSMetric source) |
void |
subscriptionEnded(BICEPSMetric source,
SubscriptionEndCodeType reason) |
void changedMetric(BICEPSMetric source, List<? extends ChangedProperty> changedProps)
void changeRequestStateChanged(BICEPSMetricControl source, long transactionId, InvocationState newState, InvocationError errorCode, List<LocalizedText> errorMsg)
void removedMetric(BICEPSMetric source)
void subscriptionEnded(BICEPSMetric source, SubscriptionEndCodeType reason)
Copyright © 2018. All rights reserved.