PATH |
Inherits from: Object
Package: com.webobjects.appserver
Documentation for this class is forthcoming.
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)
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)
public boolean equals(Object anObject)
public void finalize() throws Throwable
public void fire()
public NSTimestamp fireDate()
public int hashCode()
public void invalidate()
public boolean isValid()
public void schedule()
public NSSelector selector()
public Object target()
public double timeInterval()
public String toString()
public Object userInfo()
© 2001 Apple Computer, Inc. (Last Published April 15, 2001)