Interface ViewManagerEventListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ToolAreaPolygon, ToolDistance, ToolDraw, ToolDrawBox, ToolDrawCircle, ToolDrawLabel, ToolDrawLine, ToolDrawMultiLine, ToolDrawPoint, ToolDrawPointCoordinate, ToolDrawPolygon, ToolDrawState, ToolRotationByPoints, ToolSelectBox, ToolSelectCircle, ToolSelectLine, ToolSelectPolygon, ToolZoomInBox, ToolZoomOutBox, ViewManagerAdapter

public interface ViewManagerEventListener extends EventListener
This interface must be implemented by any class that wants to handle events on a ViewManager instance
  • Method Details

    • viewAdded

      void viewAdded(ViewAddedEvent e)
      This method handles viewAdded
      Parameters:
      e - the corresponding ViewAddedEvent object
    • viewActivated

      void viewActivated(ViewActivatedEvent e)
      This method handles viewActivated
      Parameters:
      e - the corresponding ViewActivatedEvent object
    • viewDeactivated

      void viewDeactivated(ViewDeactivatedEvent e)
      This method handles viewActivated
      Parameters:
      e - the corresponding ViewDeactivatedEvent object
    • viewRemoved

      void viewRemoved(ViewRemovedEvent e)
      This method handles viewRemoved
      Parameters:
      e - the corresponding ViewRemovedEvent object