Interface Control.Command

Enclosing interface:
Control

public static interface Control.Command
A command interface, allowing Controls based on method references
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Performs the work
  • Method Details

    • perform

      void perform() throws Exception
      Performs the work
      Throws:
      Exception - in case of an exception