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