Interface ControlInput.Link

Enclosing class:
ControlInput

public static interface ControlInput.Link
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    receive(long time, double value)
     
    void
    receive(long time, Value value)
     
  • Method Details

    • receive

      void receive(long time, double value)
    • receive

      void receive(long time, Value value)