Interface InputCallback


public interface InputCallback
Callback that can be registered on an Input (onInput).
Author:
IIT Software GmbH, Muenster/Germany, (c) 2016, All Rights Reserved
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(Input input)
    Single callback method executed as the function call as function (input){...}
  • Method Details

    • execute

      void execute(Input input)
      Single callback method executed as the function call as function (input){...}
      Parameters:
      input - the current Input