public interface MDSContextElementListener<T extends BICEPSMDSContextElementState<?,?>> extends BICEPSClientCallback
| Modifier and Type | Method and Description |
|---|---|
void |
changedContext(T source,
List<ChangedProperty> changedProps) |
void |
changedContextAssociation(T source,
List<ChangedProperty> changedProps) |
void |
changeRequestStateChanged(T source,
long transactionId,
InvocationState newState,
InvocationError errorCode,
List<LocalizedText> errorMsg) |
void |
removedContext(T source) |
void |
subscriptionEnded(T source,
SubscriptionEndCodeType reason) |
void changedContext(T source, List<ChangedProperty> changedProps)
void changedContextAssociation(T source, List<ChangedProperty> changedProps)
void subscriptionEnded(T source, SubscriptionEndCodeType reason)
void removedContext(T source)
void changeRequestStateChanged(T source, long transactionId, InvocationState newState, InvocationError errorCode, List<LocalizedText> errorMsg)
Copyright © 2017. All rights reserved.