previous up next     contents index
Next: interval Up: Class Reference Previous: xy-to-position

wx:timer%

    Superclass:  wx:object%

A  wx:timer% object encapsulates an event-based alarm. To use a timer, derive a new class and override the notify method to perform the alarm-based action. Start a timer with start and stop it with stop.

Methods:

PLT