Interface PathObjectSelectionListener

All Superinterfaces:
EventListener

public interface PathObjectSelectionListener extends EventListener
A listener to selection changes within a PathObjectSelectionModel.
  • Method Details

    • selectedPathObjectChanged

      void selectedPathObjectChanged(PathObject pathObjectSelected, PathObject previousObject, Collection<PathObject> allSelected)
      Fired when the selected objects have changed.
      Parameters:
      pathObjectSelected - the primary selected object
      previousObject - the previous primary selected object
      allSelected - all currently selected objects (including the primary)