| Package | Description |
|---|---|
| me.friwi.tello4j.api.drone |
| Modifier and Type | Method and Description |
|---|---|
List<StateListener> |
TelloDrone.getStateListeners()
Lists all
StateListeners currently attached to this drone |
| Modifier and Type | Method and Description |
|---|---|
void |
TelloDrone.addStateListener(StateListener listener)
Adds a
StateListener to this drone, which can then receive new TelloDroneStates from this drone |
boolean |
TelloDrone.removeStateListener(StateListener listener)
Removes a
StateListener from this drone, which will no longer receive TelloDroneStates |
Copyright © 2020. All rights reserved.