Concept Framework 2.2 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
AddTimer | function | public | version 1.0 | no |
public function AddTimer(delegate, timeout) |
delegate | the delegate function: prototype timer(Sender, EventData) |
timeout | the timeout interval |
This function sets up a timer. After timeout milliseconds, delegate will be called. The delegate is called only once; if it's needed more than once, a new call to AddTimer is required. |
Documented by Eduard Suica, generation time: Sun Jan 27 18:15:02 2013 GMT | (c)2013 Devronium Applications |