|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.metamodel.interactions.InteractionContext<T>
org.nakedobjects.metamodel.interactions.ValidityContext<ActionArgumentEvent>
org.nakedobjects.metamodel.interactions.ActionArgumentContext
public class ActionArgumentContext
See InteractionContext for overview; analogous to ActionArgumentEvent.
| Constructor Summary | |
|---|---|
ActionArgumentContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
NakedObject target,
Identifier id,
NakedObject[] args,
int position)
|
|
| Method Summary | |
|---|---|
ActionArgumentEvent |
createInteractionEvent()
Factory method to create corresponding InteractionEvent. |
NakedObject[] |
getArgs()
|
int |
getPosition()
|
NakedObject |
getProposed()
|
| Methods inherited from class org.nakedobjects.metamodel.interactions.InteractionContext |
|---|
getIdentifier, getInteractionType, getInvocationMethod, getSession, getTarget, isProgrammatic |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionArgumentContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
NakedObject target,
Identifier id,
NakedObject[] args,
int position)
| Method Detail |
|---|
public NakedObject[] getArgs()
public int getPosition()
public NakedObject getProposed()
getProposed in interface ProposedHolderpublic ActionArgumentEvent createInteractionEvent()
InteractionContextInteractionEvent.
createInteractionEvent in class InteractionContext<ActionArgumentEvent>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||