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.
-
target
-
-
TargetActionRequest()
- The default constructor, needed to marshall.
-
TargetActionRequest(Action, Component)
- Construct the object with the requested action.
-
TargetActionRequest(Action, Specifiable)
- Construct the object with the requested action and target
-
sendDirectly(Arbitrator)
-
-
target()
- Return the target.
target
protected Specifiable target
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.
TargetActionRequest
protected TargetActionRequest()
- The default constructor, needed to marshall.
TargetActionRequest
protected TargetActionRequest(Action action,
Specifiable target)
- Construct the object with the requested action and target
target
public Specifiable target()
- Return the target.
- Overrides:
- target in class ActionRequest
sendDirectly
public void sendDirectly(Arbitrator a)
- Overrides:
- sendDirectly in class ActionRequest
All Packages Class Hierarchy This Package Previous Next Index