Interface TimerCallback


public interface TimerCallback
Callback that can be registered on a Timer (onTimer).
Author:
IIT Software GmbH, Muenster/Germany, (c) 2016, All Rights Reserved
  • Method Summary

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

    • execute

      void execute(Timer timer)
      Single callback method executed as the function call as function (timer){...}
      Parameters:
      timer - Timer