prefuse.activity
Class ActivityManager.ScheduleAfterActivity

java.lang.Object
  extended by prefuse.activity.ActivityAdapter
      extended by prefuse.activity.ActivityManager.ScheduleAfterActivity
All Implemented Interfaces:
java.util.EventListener, ActivityListener
Enclosing class:
ActivityManager

public class ActivityManager.ScheduleAfterActivity
extends ActivityAdapter


Constructor Summary
ActivityManager.ScheduleAfterActivity(Activity after, boolean remove)
           
 
Method Summary
 void activityCancelled(Activity a)
          Called when an activity is cancelled.
 void activityFinished(Activity a)
          Called when an activity finishes.
 
Methods inherited from class prefuse.activity.ActivityAdapter
activityScheduled, activityStarted, activityStepped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityManager.ScheduleAfterActivity

public ActivityManager.ScheduleAfterActivity(Activity after,
                                             boolean remove)
Method Detail

activityFinished

public void activityFinished(Activity a)
Description copied from interface: ActivityListener
Called when an activity finishes.

Specified by:
activityFinished in interface ActivityListener
Overrides:
activityFinished in class ActivityAdapter
Parameters:
a - the finished Activity
See Also:
ActivityListener.activityFinished(prefuse.activity.Activity)

activityCancelled

public void activityCancelled(Activity a)
Description copied from interface: ActivityListener
Called when an activity is cancelled.

Specified by:
activityCancelled in interface ActivityListener
Overrides:
activityCancelled in class ActivityAdapter
Parameters:
a - the cancelled Activity
See Also:
ActivityListener.activityCancelled(prefuse.activity.Activity)


Copyright © 2007 Regents of the University of California