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