Interface Control.ActionCommand

Enclosing interface:
Control

public static interface Control.ActionCommand
A command interface, allowing Controls based on ActionEvents.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    perform(ActionEvent actionEvent)
    Performes the work.
  • Method Details

    • perform

      void perform(ActionEvent actionEvent) throws Exception
      Performes the work.
      Parameters:
      actionEvent - the action event
      Throws:
      Exception - in case of an exception