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.
-
event
-
-
DefaultAction()
-
-
DefaultAction(Event)
- Initialize the DefaultAction with the Event it represents
-
act(Targetable)
- Deliver the encapsulated event to its target.
-
target()
- The target of a DefaultAction is the target of the Event it represents
event
protected Event event
DefaultAction
public DefaultAction(Event event)
- Initialize the DefaultAction with the Event it represents
DefaultAction
public DefaultAction()
target
public Targetable target()
- The target of a DefaultAction is the target of the Event it represents
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