A protocol that defines the methods for a timer delegate. More...
#import <Application/Application.h>
Instance Methods | |
(void) | - timerFired: |
Called when the timer fires. More... | |
A protocol that defines the methods for a timer delegate.
Definition at line 16 of file TimerDelegate+Protocol.h.
|
required |
Called when the timer fires.
timer | The timer that fired. |