public interface NSTimerDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
fireMethod(NSTimer timer)
It is called after an event related to NSTimer is triggered.
|
void fireMethod(NSTimer timer)
timer - The NSTimer that corresponds to the event.Copyright © 2020. All rights reserved.