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
-
Method Details
-
execute
Single callback method executed as the function call as function (timer){...}- Parameters:
timer
- Timer
-