DirectiveGroupHandlingListener

class DirectiveGroupHandlingListener(    dialogRequestId: String,     directiveGroupProcessor: DirectiveGroupProcessorInterface,     directiveSequencer: DirectiveSequencerInterface,     directiveResultListener: DirectiveGroupHandlingListener.OnDirectiveResultListener) : DirectiveGroupProcessorInterface.Listener, DirectiveSequencerInterface.OnDirectiveHandlingListener

Constructors

Link copied to clipboard
fun DirectiveGroupHandlingListener(    dialogRequestId: String,     directiveGroupProcessor: DirectiveGroupProcessorInterface,     directiveSequencer: DirectiveSequencerInterface,     directiveResultListener: DirectiveGroupHandlingListener.OnDirectiveResultListener)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
interface OnDirectiveResultListener

Functions

Link copied to clipboard
open override fun onCanceled(directive: Directive)
Link copied to clipboard
open override fun onCompleted(directive: Directive)
Link copied to clipboard
open override fun onFailed(directive: Directive, description: String)
Link copied to clipboard
open override fun onPostProcessed(directives: List<Directive>)
Link copied to clipboard
open fun onPreProcessed(directives: List<Directive>)
Link copied to clipboard
open override fun onRequested(directive: Directive)
Link copied to clipboard
open override fun onSkipped(directive: Directive)