public interface AlertSignalListener extends BICEPSClientCallback
| Modifier and Type | Method and Description |
|---|---|
void |
changedAlertSignal(BICEPSAlertSignal source,
List<ChangedProperty> changedProps) |
void |
invokationStateChanged(BICEPSAlertSignalControl source,
long transactionId,
InvocationState newState,
InvocationError errorCode,
List<LocalizedText> errorMsg) |
void |
removedAlertSignal(BICEPSAlertSignal source) |
void |
subscriptionEnded(BICEPSAlertSignal source,
SubscriptionEndCodeType reason) |
void changedAlertSignal(BICEPSAlertSignal source, List<ChangedProperty> changedProps)
void invokationStateChanged(BICEPSAlertSignalControl source, long transactionId, InvocationState newState, InvocationError errorCode, List<LocalizedText> errorMsg)
void removedAlertSignal(BICEPSAlertSignal source)
void subscriptionEnded(BICEPSAlertSignal source, SubscriptionEndCodeType reason)
Copyright © 2018. All rights reserved.