/// <summary>
 /// Enables the OrientationListener so it will monitor the sensor and call
 /// <see cref="onOrientationChanged(int)">onOrientationChanged(int)</see>
 /// when the device orientation changes.
 /// </summary>
 public virtual void enable()
 {
     mOrientationEventLis.enable();
 }