Using an NSTimer in Swift

In this scenario, timerFunc() is never called. What am I missing? class AppDelegate: NSObject, NSApplicationDelegate { var myTimer: NSTimer? = nil func timerFunc() { println("tim...