All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.habanero.StandardActionRequest
java.lang.Object
|
+----ncsa.habanero.granted.ActionRequest
|
+----ncsa.habanero.SingleActionRequest
|
+----ncsa.habanero.TargetActionRequest
|
+----ncsa.habanero.StandardActionRequest
- public final class StandardActionRequest
- extends TargetActionRequest
This is the class used by actions which are not DefaultActions; ie
they have targets separately from the action. It is different from
its parent in that it sends itself to its arbitrator in its
constructor. For that reason, it is a final class.
-
StandardActionRequest()
- Default constructor needed to unmarshall
-
StandardActionRequest(Action, Component)
- Construct the object with the requested action and target,
then send it to the arbitrator.
-
StandardActionRequest(Action, Specifiable)
- Construct the object with the requested action and target,
then send it to the arbitrator.
StandardActionRequest
public StandardActionRequest(Action action,
Component awt_target)
- Construct the object with the requested action and target,
then send it to the arbitrator.
StandardActionRequest
public StandardActionRequest()
- Default constructor needed to unmarshall
StandardActionRequest
public StandardActionRequest(Action action,
Specifiable target)
- Construct the object with the requested action and target,
then send it to the arbitrator.
All Packages Class Hierarchy This Package Previous Next Index