de.monarchy.guideme.main
Interface OrientationChangeListener

All Known Implementing Classes:
CombinationView

public interface OrientationChangeListener

Interface for a simple listener which is able to react to changes of the device's orientation. It is used by the InformationHandler of MainActivity.

Author:
dstuerze

Method Summary
 void stateChanged(float[] arg)
          Callback method indicating a change of the device's orientation happend.
 

Method Detail

stateChanged

void stateChanged(float[] arg)
Callback method indicating a change of the device's orientation happend. The orientation will be given in an array with three values as described by Android's SensorEvent.

Parameters:
arg - new orientation