com.swfm.mica.animators
Class MiInvokeLater

java.lang.Object
  extended bycom.swfm.mica.animators.MiInvokeLater
All Implemented Interfaces:
MiiSimpleAnimator

public class MiInvokeLater
extends java.lang.Object
implements MiiSimpleAnimator

Version:
%I% %G%
Author:
Michael L. Davis

Constructor Summary
MiInvokeLater(MiPart window, MiiInvokable target)
           
MiInvokeLater(MiPart window, MiiInvokable target, java.lang.Object data, long microsecondsUntilInvocation)
           
 
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
 

Constructor Detail

MiInvokeLater

public MiInvokeLater(MiPart window,
                     MiiInvokable target)

MiInvokeLater

public MiInvokeLater(MiPart window,
                     MiiInvokable target,
                     java.lang.Object data,
                     long microsecondsUntilInvocation)
Method Detail

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()