All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.habanero.DefaultAction

java.lang.Object
   |
   +----ncsa.habanero.HabaneroAction
           |
           +----ncsa.habanero.DefaultAction

public abstract class DefaultAction
extends HabaneroAction
The DefaultAction is the base class of all classes which represent an AWT Event. Note that DefaultActions know their targets, because the Event has a target.


Variable Index

 o event

Constructor Index

 o DefaultAction()
 o DefaultAction(Event)
Initialize the DefaultAction with the Event it represents

Method Index

 o act(Targetable)
Deliver the encapsulated event to its target.
 o target()
The target of a DefaultAction is the target of the Event it represents

Variables

 o event
 protected Event event

Constructors

 o DefaultAction
 public DefaultAction(Event event)
Initialize the DefaultAction with the Event it represents

 o DefaultAction
 public DefaultAction()

Methods

 o target
 public Targetable target()
The target of a DefaultAction is the target of the Event it represents

 o act
 public void act(Targetable target)
Deliver the encapsulated event to its target. I think deliverEvent is the correct call here, but that might change.

Overrides:
act in class HabaneroAction

All Packages  Class Hierarchy  This Package  Previous  Next  Index