Interface PathManager.Listener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit onPathManagerReadyForSite(Site site) Notifies when PathManager data is ready for site.
      Unit onPathManagerStartedPathSession(PathSession pathSession) Notifies when a PathSession is started
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • onPathManagerReadyForSite

         abstract Unit onPathManagerReadyForSite(Site site)

        Notifies when PathManager data is ready for site. Meaning path calculations can be done for the site.

        Parameters:
        site - that the PathManager loaded the data for.