Concept Framework 2.0 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: Fri Jan 21 18:06:08 2011 GMT | (c)2011 RadGs Software |