Interface DropControllerMotion.OnEnter

Enclosing class:
DropControllerMotion
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface DropControllerMotion.OnEnter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEnter(double x, double y)
    Signals that the pointer has entered the widget.
  • Method Details

    • onEnter

      void onEnter(double x, double y)
      Signals that the pointer has entered the widget.
      Parameters:
      x - coordinates of pointer location
      y - coordinates of pointer location