Joli\ArDrone\Client::emitState PHP Method

emitState() public method

public emitState ( $e, $state, $currentState )
    public function emitState($e, $state, $currentState)
    {
        if ($currentState === $state && $this->lastState !== $state) {
            $this->emit($e, []);
        }
    }