libs-base/Documentation/gsdoc/NSTimer.html
CaS 0a86bba7b0 Documentation regeneration and XML parsing fixes/updates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9698 72102866-910b-0410-8b05-ffd578937521
2001-04-25 14:19:57 +00:00

95 lines
3 KiB
HTML

<html><head>
<title>NSTimer</title>
</head>
<body>
<a href ="NSTimeZone.html">[Previous] </a>
<a href ="Base.html">[Up] </a>
<a href ="NSURL.html">[Next] </a>
<h1>NSTimer</h1>
<h3>Authors </h3>
<dl>
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
<dd>
</dl>
<p>Version: $Revision$</p>
<p>Date: $Date$</p>
<h2><a name ="cont-0">NSTimer</a></h2>
<h2><a name ="NSTimer">NSTimer</a></h2>
<p><b>Declared in: </b> Foundation/NSTimer.h</p>
<p><b>Inherits from: </b> NSObject</p>
<p><b>Conforms to: </b> NSObject
</p>
<hr>
<h2>Instance Variables </h2>
<ul>
</ul>
<h2>Methods </h2>
<ul>
<li ><a href ="NSTimer.html#method-0">+scheduledTimerWithTimeInterval:invocation:</a>
<li ><a href ="NSTimer.html#method-1">+scheduledTimerWithTimeInterval:target:selector:userInfo:repeats:</a>
<li ><a href ="NSTimer.html#method-2">+timerWithTimeInterval:invocation:</a>
<li ><a href ="NSTimer.html#method-3">+timerWithTimeInterval:target:selector:userInfo:repeats:</a>
<li ><a href ="NSTimer.html#method-4">-fire</a>
<li ><a href ="NSTimer.html#method-5">-fireDate</a>
<li ><a href ="NSTimer.html#method-6">-invalidate</a>
<li ><a href ="NSTimer.html#method-7">-isValid</a>
<li ><a href ="NSTimer.html#method-8">-timeInterval</a>
<li ><a href ="NSTimer.html#method-9">-userInfo</a>
</ul>
<hr><h2>Class Methods </h2>
<h3><a name ="method-0">scheduledTimerWithTimeInterval:invocation:</a></h3>
+ (NSTimer*) <b>scheduledTimerWithTimeInterval:</b> (NSTimeInterval)seconds <b>invocation:</b> (NSInvocation*)invocation;<br>
<hr>
<h3><a name ="method-1">scheduledTimerWithTimeInterval:target:selector:userInfo:repeats:</a></h3>
+ (NSTimer*) <b>scheduledTimerWithTimeInterval:</b> (NSTimeInterval)seconds <b>target:</b> (id)target <b>selector:</b> (SEL)aSelector <b>userInfo:</b> (id)userInfo <b>repeats:</b> (BOOL)repeats;<br>
<hr>
<h3><a name ="method-2">timerWithTimeInterval:invocation:</a></h3>
+ (NSTimer*) <b>timerWithTimeInterval:</b> (NSTimeInterval)seconds <b>invocation:</b> (NSInvocation*)invocation;<br>
<hr>
<h3><a name ="method-3">timerWithTimeInterval:target:selector:userInfo:repeats:</a></h3>
+ (NSTimer*) <b>timerWithTimeInterval:</b> (NSTimeInterval)seconds <b>target:</b> (id)target <b>selector:</b> (SEL)aSelector <b>userInfo:</b> (id)userInfo <b>repeats:</b> (BOOL)repeats;<br>
<hr>
<hr><h2>Instances Methods </h2>
<h3><a name ="method-4">fire</a></h3>
- (void) <b>fire</b>;<br>
<hr>
<h3><a name ="method-5">fireDate</a></h3>
- (NSDate*) <b>fireDate</b>;<br>
<hr>
<h3><a name ="method-6">invalidate</a></h3>
- (void) <b>invalidate</b>;<br>
<hr>
<h3><a name ="method-7">isValid</a></h3>
- (BOOL) <b>isValid</b>;<br>
<hr>
<h3><a name ="method-8">timeInterval</a></h3>
- (NSTimeInterval) <b>timeInterval</b>;<br>
<hr>
<h3><a name ="method-9">userInfo</a></h3>
- (id) <b>userInfo</b>;<br>
<hr>
</body>
</html>