Schnittstelle EventControllerMotion.OnEnter

Umschließende Klasse:
EventControllerMotion
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface EventControllerMotion.OnEnter
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    onEnter(double x, double y)
    Signals that the pointer has entered the widget.
  • Methodendetails

    • onEnter

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