Package com.pointrlabs.core.obstacle
Interface ObstacleManager.Listener
-
- All Implemented Interfaces:
-
com.pointrlabs.core.management.PTRListener
public interface ObstacleManager.Listener implements PTRListener
-
-
Method Summary
Modifier and Type Method Description Unit
onObstacleManagerChangedObstaclesForSite(Site site)
Called when a obstacle is changed for a site -
-
Method Detail
-
onObstacleManagerChangedObstaclesForSite
Unit onObstacleManagerChangedObstaclesForSite(Site site)
Called when a obstacle is changed for a site
- Parameters:
site
- the site for which obstacle has been changed
-
-
-
-