org.nakedobjects.metamodel.interactions
Class AccessContext<T extends AccessEvent>

java.lang.Object
  extended by org.nakedobjects.metamodel.interactions.InteractionContext<T>
      extended by org.nakedobjects.metamodel.interactions.AccessContext<T>
Direct Known Subclasses:
CollectionAccessContext, ObjectTitleContext, PropertyAccessContext

public abstract class AccessContext<T extends AccessEvent>
extends InteractionContext<T>

See InteractionContext for overview; analogous to AccessEvent.


Constructor Summary
AccessContext(InteractionContextType interactionType, AuthenticationSession session, InteractionInvocationMethod invocationMethod, Identifier identifier, NakedObject target)
           
 
Method Summary
 
Methods inherited from class org.nakedobjects.metamodel.interactions.InteractionContext
createInteractionEvent, 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

AccessContext

public AccessContext(InteractionContextType interactionType,
                     AuthenticationSession session,
                     InteractionInvocationMethod invocationMethod,
                     Identifier identifier,
                     NakedObject target)


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.