org.nakedobjects.metamodel.interactions
Class ParseValueContext

java.lang.Object
  extended by org.nakedobjects.metamodel.interactions.InteractionContext<T>
      extended by org.nakedobjects.metamodel.interactions.ValidityContext<ParseValueEvent>
          extended by org.nakedobjects.metamodel.interactions.ParseValueContext
All Implemented Interfaces:
ProposedHolder

public class ParseValueContext
extends ValidityContext<ParseValueEvent>
implements ProposedHolder

See InteractionContext for overview; analogous to ParseValueEvent.


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

ParseValueContext

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

getProposed

public NakedObject getProposed()
Specified by:
getProposed in interface ProposedHolder

createInteractionEvent

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

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


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