libs-base/Documentation/gsdoc/NSTimer.html
richard 2e21575872 Tidy linking
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6445 72102866-910b-0410-8b05-ffd578937521
2000-04-10 05:32:04 +00:00

90 lines
2.8 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: 0.1</p>
<p>Date: 28 February, 2000</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>
<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><a name="method-0">scheduledTimerWithTimeInterval:invocation:</a></h2>
+ (NSTimer*) <b>scheduledTimerWithTimeInterval:</b> (NSTimeInterval)seconds <b>invocation:</b> (NSInvocation*)invocation<br>
<hr>
<h2><a name="method-1">scheduledTimerWithTimeInterval:target:selector:userInfo:repeats:</a></h2>
+ (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>
<h2><a name="method-2">timerWithTimeInterval:invocation:</a></h2>
+ (NSTimer*) <b>timerWithTimeInterval:</b> (NSTimeInterval)seconds <b>invocation:</b> (NSInvocation*)invocation<br>
<hr>
<h2><a name="method-3">timerWithTimeInterval:target:selector:userInfo:repeats:</a></h2>
+ (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>
<h2><a name="method-4">fire</a></h2>
- (void) <b>fire</b><br>
<hr>
<h2><a name="method-5">fireDate</a></h2>
- (NSDate*) <b>fireDate</b><br>
<hr>
<h2><a name="method-6">invalidate</a></h2>
- (void) <b>invalidate</b><br>
<hr>
<h2><a name="method-7">isValid</a></h2>
- (BOOL) <b>isValid</b><br>
<hr>
<h2><a name="method-8">timeInterval</a></h2>
- (NSTimeInterval) <b>timeInterval</b><br>
<hr>
<h2><a name="method-9">userInfo</a></h2>
- (id) <b>userInfo</b><br>
<hr>
</body>
</html>