Interface RNGDistribution.TestCommand

Enclosing class:
RNGDistribution

public static interface RNGDistribution.TestCommand
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.