Class WizardResult<P>


  • public class WizardResult<P>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      WizardResult​(P parameters, org.deckfour.uitopia.api.event.TaskListener.InteractionResult interactionResult)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.deckfour.uitopia.api.event.TaskListener.InteractionResult getInteractionResult()  
      P getParameters()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WizardResult

        public WizardResult​(P parameters,
                            org.deckfour.uitopia.api.event.TaskListener.InteractionResult interactionResult)
    • Method Detail

      • getParameters

        public P getParameters()
      • getInteractionResult

        public org.deckfour.uitopia.api.event.TaskListener.InteractionResult getInteractionResult()