Interface SurfaceActionHandler
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).-
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked on the EDT when the user activated an action node on an external surface.
-
Method Details
-
onSurfaceAction
Invoked on the EDT when the user activated an action node on an external surface.
Parameters
evt: the action event
-