org.nakedobjects.metamodel.interactions
Class PropertyUsabilityContext

java.lang.Object
  extended by org.nakedobjects.metamodel.interactions.InteractionContext<T>
      extended by org.nakedobjects.metamodel.interactions.UsabilityContext<PropertyUsabilityEvent>
          extended by org.nakedobjects.metamodel.interactions.PropertyUsabilityContext

public class PropertyUsabilityContext
extends UsabilityContext<PropertyUsabilityEvent>

See InteractionContext for overview; analogous to PropertyUsabilityEvent.


Constructor Summary
PropertyUsabilityContext(AuthenticationSession session, InteractionInvocationMethod invocationMethod, NakedObject target, Identifier identifier)
           
 
Method Summary
 PropertyUsabilityEvent createInteractionEvent()
          Factory method to create corresponding InteractionEvent.
 
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

PropertyUsabilityContext

public PropertyUsabilityContext(AuthenticationSession session,
                                InteractionInvocationMethod invocationMethod,
                                NakedObject target,
                                Identifier identifier)
Method Detail

createInteractionEvent

public PropertyUsabilityEvent createInteractionEvent()
Description copied from class: InteractionContext
Factory method to create corresponding InteractionEvent.

Specified by:
createInteractionEvent in class InteractionContext<PropertyUsabilityEvent>
Returns:


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