Documentation Archive Developer
Search
PATH Documentation > WebObjects

Table of Contents

WOTimer


Inherits from:
Object
Package:
com.webobjects.appserver


Class Description


Documentation for this class is forthcoming.




Constructors



WOTimer()

public WOTimer( long aLong, Object aTarget, String aSelectorName, Object userInfo, Class userInfoClass, boolean repeat)

Description forthcoming.

public WOTimer ( NSTimestamp fireDate, long aLong, Object aTarget, String aSelectorName, Object userInfo, Class userInfoClass, boolean repeat)

Description forthcoming.


Static Methods



scheduledTimer

public static WOTimer scheduledTimer ( long aLong, Object aTarget String aSelectorName Object userInfo boolean repeats)

Description forthcoming.

public static WOTimer scheduledTimer ( long aLong Object aTarget String aSelectorName Object anArgument Class anArgumentClass boolean repeats)

Description forthcoming.


Instance Methods



equals

public boolean equals(Object anObject)

Description forthcoming.

finalize

public void finalize() throws Throwable

Description forthcoming.

fire

public void fire()

Description forthcoming.

fireDate

public NSTimestamp fireDate()

Description forthcoming.

hashCode

public int hashCode()

Description forthcoming.

invalidate

public void invalidate()

Description forthcoming.

isValid

public boolean isValid()

Description forthcoming.

schedule

public void schedule()

Description forthcoming.

selector

public NSSelector selector()

Description forthcoming.

target

public Object target()

Description forthcoming.

timeInterval

public double timeInterval()

Description forthcoming.

toString

public String toString()

Returns a String containing a string representation of the receiver.

userInfo

public Object userInfo()

Description forthcoming.

© 2001 Apple Computer, Inc. (Last Published April 15, 2001)


Table of Contents