Package doodlepad

Interface Shape.ShapeMouseEventHandler

Enclosing class:
Shape

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

    Modifier and Type
    Method
    Description
    void
    f(Shape shp, double x, double y, int button)
     
  • Method Details

    • f

      void f(Shape shp, double x, double y, int button)