public interface ManeuverListener extends BICEPSClientCallback
| Modifier and Type | Method and Description |
|---|---|
void |
changedManeuver(BICEPSManeuver source,
List<ChangedProperty> changedProps) |
void |
removedManeuver(BICEPSManeuver source) |
void |
requestStateChanged(BICEPSManeuver source,
long transactionId,
InvocationState newState,
InvocationError errorCode,
List<LocalizedText> errorMsg) |
void |
subscriptionEnded(BICEPSManeuver source,
SubscriptionEndCodeType reason) |
void changedManeuver(BICEPSManeuver source, List<ChangedProperty> changedProps)
void requestStateChanged(BICEPSManeuver source, long transactionId, InvocationState newState, InvocationError errorCode, List<LocalizedText> errorMsg)
void removedManeuver(BICEPSManeuver source)
void subscriptionEnded(BICEPSManeuver source, SubscriptionEndCodeType reason)
Copyright © 2017. All rights reserved.