|
||||||||||
| 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.AccessContext<PropertyAccessEvent>
org.nakedobjects.metamodel.interactions.PropertyAccessContext
public class PropertyAccessContext
See InteractionContext for overview; analogous to PropertyAccessEvent.
| Constructor Summary | |
|---|---|
PropertyAccessContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
NakedObject target,
Identifier id,
NakedObject value)
|
|
| Method Summary | |
|---|---|
PropertyAccessEvent |
createInteractionEvent()
Factory method to create corresponding InteractionEvent. |
NakedObject |
getValue()
The current value for a property. |
| 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 PropertyAccessContext(AuthenticationSession session,
InteractionInvocationMethod invocationMethod,
NakedObject target,
Identifier id,
NakedObject value)
| Method Detail |
|---|
public NakedObject getValue()
public PropertyAccessEvent createInteractionEvent()
InteractionContextInteractionEvent.
createInteractionEvent in class InteractionContext<PropertyAccessEvent>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||