com.swfm.mica.animators
Class MiInvokeLater
java.lang.Object
com.swfm.mica.animators.MiInvokeLater
- All Implemented Interfaces:
- MiiSimpleAnimator
- public class MiInvokeLater
- extends java.lang.Object
- implements MiiSimpleAnimator
- Version:
- %I% %G%
- Author:
- Michael L. Davis
|
Method Summary |
long |
animate()
Performs some task. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MiInvokeLater
public MiInvokeLater(MiPart window,
MiiInvokable target)
MiInvokeLater
public MiInvokeLater(MiPart window,
MiiInvokable target,
java.lang.Object data,
long microsecondsUntilInvocation)
animate
public long animate()
- Performs some task.
- Specified by:
animate in interface MiiSimpleAnimator
- Returns:
- number of microseconds until next call to
animate(). Return -1 for 'forever'.
toString
public java.lang.String toString()