klyn.gui.windows.Timer.tick
method
public tick() as Void:
Description

Emits the timeout event when called by the native event loop.

User code normally subscribes to timeout instead of calling this method directly.

Example
timer.timeout += lambda(event: ActionEvent): print(event.source)