Uses of Class
com.jniwrapper.macosx.cocoa.nstimer.NSTimer

Packages that use NSTimer
com.jniwrapper.macosx.cocoa.nsrunloop   
 

Uses of NSTimer in com.jniwrapper.macosx.cocoa.nsrunloop
 

Methods in com.jniwrapper.macosx.cocoa.nsrunloop with parameters of type NSTimer
 void NSRunLoop.addTimer_forMode(NSTimer timer, java.lang.String mode)
          This method represents the addTimer() method of the NSRunLoop Objective-C class.