Interface PathManagerListener


public interface PathManagerListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    Notified when the user changes the paths in the PathManager.
  • Method Details

    • pathMessage

      void pathMessage(String message)
    • pathsChanged

      void pathsChanged()
      Notified when the user changes the paths in the PathManager. This could be the addition or removal of Path objects, or a simple reordering of the paths.