public interface SurfaceActionHandler

Receives surface action events. Register a single handler with Surfaces.setActionHandler(...) (your init() is the natural place so cold-start actions are delivered as soon as possible).

Methods

public abstract void onSurfaceAction(SurfaceActionEvent evt)Invoked on the EDT when the user activated an action node on an external surface.

Method details

onSurfaceAction

public abstract void onSurfaceAction(SurfaceActionEvent evt)
Invoked on the EDT when the user activated an action node on an external surface.

Parameters

evt SurfaceActionEvent
the action event