Uses of Class
org.rococoa.cocoa.foundation.NSTimer

Packages that use NSTimer
org.rococoa.cocoa.foundation   
 

Uses of NSTimer in org.rococoa.cocoa.foundation
 

Methods in org.rococoa.cocoa.foundation that return NSTimer
static NSTimer NSTimer.alloc()
           
abstract  NSTimer NSTimer._class_.alloc()
          native declaration : NSTimer.h:15
Conversion Error : /// Original signature : +(NSTimer*)scheduledTimerWithTimeInterval:() target:(id) selector:(SEL) userInfo:(id) repeats:(BOOL)
+ (NSTimer*)scheduledTimerWithTimeInterval:(null)ti target:(id)aTarget selector:(SEL)aSelector userInfo:(id)userInfo repeats:(BOOL)yesOrNo; (Argument ti cannot be converted)
static NSTimer NSTimer.new_()
           
abstract  NSTimer NSTimer._class_.new_()
           
 

Methods in org.rococoa.cocoa.foundation with parameters of type NSTimer
abstract  void NSRunLoop.addTimer_forMode(NSTimer timer, NSString mode)
          Original signature : -(void)addTimer:(NSTimer*) forMode:(NSString*)
native declaration : NSRunLoop.h:31
 



Copyright © 2009. All Rights Reserved.