Uses of Interface
org.speakright.core.IConfirmationFlow

Packages that use IConfirmationFlow
org.speakright.core   
org.speakright.core.tests   
org.speakright.sro   
 

Uses of IConfirmationFlow in org.speakright.core
 

Constructors in org.speakright.core with parameters of type IConfirmationFlow
ConfirmationWrapper(IFlow question, IConfirmationFlow confirmer)
           
 

Uses of IConfirmationFlow in org.speakright.core.tests
 

Classes in org.speakright.core.tests that implement IConfirmationFlow
static class TestConfirmation.ConfYNFlow
           
 

Uses of IConfirmationFlow in org.speakright.sro
 

Classes in org.speakright.sro that implement IConfirmationFlow
 class SROConfirmYesNo
          SRO for doing simple yes/no confirmation.
 

Methods in org.speakright.sro with parameters of type IConfirmationFlow
 void BaseSROQuestion.setConfirmer(IConfirmationFlow flow)
          Set a confirmer.
 

Constructors in org.speakright.sro with parameters of type IConfirmationFlow
BaseSROQuestion.MyConfirmationWrapper(IFlow question, IConfirmationFlow confirmer, BaseSROQuestion self)