Package doodlepad

Interface Shape.ShapeSelectionEventHandler

Enclosing class:
Shape

public static interface Shape.ShapeSelectionEventHandler
Interface used by methods that assign selection event handlers given a method reference as a parameter.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    f(Shape shp, boolean sel)
     
  • Method Details

    • f

      void f(Shape shp, boolean sel)