Uses of Interface
org.speakright.core.IConfirmationNotifier

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

Uses of IConfirmationNotifier in org.speakright.core
 

Classes in org.speakright.core that implement IConfirmationNotifier
 class ConfirmationWrapper
          Implements confirmation in an extensible way.
 

Methods in org.speakright.core with parameters of type IConfirmationNotifier
 void IConfirmationFlow.setNotifier(IConfirmationNotifier notifier)
          Set the notifier, which MUST be called from within the confirmation flow's getNext.
 

Uses of IConfirmationNotifier in org.speakright.core.tests
 

Methods in org.speakright.core.tests with parameters of type IConfirmationNotifier
 void TestConfirmation.ConfYNFlow.setNotifier(IConfirmationNotifier notifier)
           
 

Uses of IConfirmationNotifier in org.speakright.sro
 

Classes in org.speakright.sro that implement IConfirmationNotifier
 class BaseSROQuestion.MyConfirmationWrapper
           
 

Methods in org.speakright.sro with parameters of type IConfirmationNotifier
 void SROConfirmYesNo.setNotifier(IConfirmationNotifier notifier)