Interface Executable<T>


public interface Executable<T>
An object which it is possible to execute any logic.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(T ctx)
     
  • Method Details

    • execute

      void execute(T ctx)