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