[ CCode ( cname = "e_reminder_watcher_timer_elapsed" ) ]
public void timer_elapsed ()
Notifies the watcher
that the timer previously scheduled with EReminderWatcherClass:EReminderWatcher:schedule_timer
elapsed.
This can be used by the descendants which override the default implementation of EReminderWatcherClass:
EReminderWatcher:schedule_timer
. There is always scheduled only one timer and once it's elapsed it should be also removed, the
same when the EReminderWatcherClass:EReminderWatcher:schedule_timer
is called and the previously scheduled timer was not
elapsed yet, the previous should be removed first, aka every call to EReminderWatcherClass:EReminderWatcher:schedule_timer
replaces any previously scheduled timer.
this |