UC Berkeley Group for User Interface Research
Updated November 17, 2000

edu.berkeley.guir.lib.metrics
Class ActionItem

java.lang.Object
  |
  +--edu.berkeley.guir.lib.metrics.ActionItem

public abstract class ActionItem
extends Object

A unit of interaction to be tested by the regression tests.

This software is distributed under the Berkeley Software License.

 Revisions:  - GUIRLib-v1.0-1.0.0, Aug 03 1999, JH
               Created class
             - GUIRLib-v1.2-1.0.0, Jun 22 2000, JH
               Touched for GUIRLib release
             - GUIRLib-v1.3-1.0.0, Aug 11 2000, JH
               Touched for GUIRLib release
             - GUIRLib-v1.4-1.0.0, Aug 31 2000, JH
               Touched for GUIRLib release
 

Version:
GUIRLib-v1.4-1.0.0, Aug 31 2000
Author:
Jason Hong ( jasonh@cs.berkeley.edu)

Constructor Summary
ActionItem()
           
 
Method Summary
 void cleanup()
          After the action is completely done.
abstract  void doit()
          A single unit of interaction.
abstract  String getName()
          Get the name of the item.
 void init()
          Initialization for this item.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionItem

public ActionItem()
Method Detail

init

public void init()
Initialization for this item.

doit

public abstract void doit()
A single unit of interaction.

cleanup

public void cleanup()
After the action is completely done.

getName

public abstract String getName()
Get the name of the item.

Copyright Information