All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.habanero.TargetActionRequest

java.lang.Object
   |
   +----ncsa.habanero.granted.ActionRequest
           |
           +----ncsa.habanero.SingleActionRequest
                   |
                   +----ncsa.habanero.TargetActionRequest

public class TargetActionRequest
extends SingleActionRequest
A TargetActionRequest, in addition to having a single action, carries information about the Action's target.


Variable Index

 o target

Constructor Index

 o TargetActionRequest()
The default constructor, needed to marshall.
 o TargetActionRequest(Action, Component)
Construct the object with the requested action.
 o TargetActionRequest(Action, Specifiable)
Construct the object with the requested action and target

Method Index

 o sendDirectly(Arbitrator)
 o target()
Return the target.

Variables

 o target
 protected Specifiable target

Constructors

 o TargetActionRequest
 protected TargetActionRequest(Action action,
                               Component awt_target)
Construct the object with the requested action. Determine the target by finding a ModelObjectMirror that mirrors the Component given.

 o TargetActionRequest
 protected TargetActionRequest()
The default constructor, needed to marshall.

 o TargetActionRequest
 protected TargetActionRequest(Action action,
                               Specifiable target)
Construct the object with the requested action and target

Methods

 o target
 public Specifiable target()
Return the target.

Overrides:
target in class ActionRequest
 o sendDirectly
 public void sendDirectly(Arbitrator a)
Overrides:
sendDirectly in class ActionRequest

All Packages  Class Hierarchy  This Package  Previous  Next  Index