-
- All Implemented Interfaces:
-
com.pointrlabs.core.management.PTRListener
public interface PathManager.Listener implements PTRListener
-
-
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 -
-
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.
-
onPathManagerStartedPathSession
Unit onPathManagerStartedPathSession(PathSession pathSession)
Notifies when a PathSession is started
- Parameters:
pathSession
- the active pathSession
-
-
-
-