PATH |
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)
public WOTimer ( NSTimestamp fireDate, long aLong, Object aTarget, String aSelectorName, Object userInfo, Class userInfoClass, boolean repeat)
Static Methods
scheduledTimer
public static WOTimer scheduledTimer ( long aLong, Object aTarget String aSelectorName Object userInfo boolean repeats)
public static WOTimer scheduledTimer ( long aLong Object aTarget String aSelectorName Object anArgument Class anArgumentClass boolean repeats)
Instance Methods
equals
public boolean equals(Object anObject)
finalize
public void finalize() throws Throwable
fire
public void fire()
fireDate
public NSTimestamp fireDate()
hashCode
public int hashCode()
invalidate
public void invalidate()
isValid
public boolean isValid()
schedule
public void schedule()
selector
public NSSelector selector()
target
public Object target()
timeInterval
public double timeInterval()
toString
public String toString()
userInfo
public Object userInfo()
© 2001 Apple Computer, Inc. (Last Published April 15, 2001)