Class LocationManager


  • public final class LocationManager
    extends java.lang.Object
    The job of the LocationManager class is to save and restore values stored in specific locations.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void restore()  
      void save()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • save

        public void save()
      • restore

        public void restore()