Interface Action

All Known Implementing Classes:
ActionRunner

public interface Action
Essentially a function pointer.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Do something.
  • Method Details

    • execute

      void execute() throws Exception
      Do something. Anything.
      Throws:
      Exception - failed to do something property.