public interface StateListener
TelloDrone| Modifier and Type | Method and Description |
|---|---|
void |
onStateChanged(TelloDroneState oldState,
TelloDroneState newState)
Method that is called, when the state of the
TelloDrone is updated |
void onStateChanged(TelloDroneState oldState, TelloDroneState newState)
TelloDrone is updatedoldState - The previous statenewState - The now updated stateCopyright © 2020. All rights reserved.