public interface AlertSystemListener extends BICEPSClientCallback
| Modifier and Type | Method and Description |
|---|---|
void |
changedAlertSystem(BICEPSAlertSystem source,
java.util.List<ChangedProperty> changedProps) |
void |
invokationStateChanged(BICEPSAlertSystemControl source,
int transactionId,
InvocationState newState,
InvocationError errorCode,
java.util.List<LocalizedText> errorMsg) |
void |
removedAlertSystem(BICEPSAlertSystem source) |
void |
subscriptionEnded(BICEPSAlertSystem source,
SubscriptionEndCodeType reason) |
void changedAlertSystem(BICEPSAlertSystem source, java.util.List<ChangedProperty> changedProps)
void invokationStateChanged(BICEPSAlertSystemControl source, int transactionId, InvocationState newState, InvocationError errorCode, java.util.List<LocalizedText> errorMsg)
void removedAlertSystem(BICEPSAlertSystem source)
void subscriptionEnded(BICEPSAlertSystem source, SubscriptionEndCodeType reason)