Interface EvoLudo.Directive

Enclosing class:
EvoLudo

public static interface EvoLudo.Directive
The interface to execute commands in a manner that is agnostic to the implementation details regarding GWT or JRE environments.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The command to execute.
  • Method Details

    • execute

      void execute()
      The command to execute.