org.apache.shale.dialog.basic.model
Interface SubdialogState

All Superinterfaces:
State
All Known Implementing Classes:
SubdialogStateImpl

public interface SubdialogState
extends State

A SubdialogState represents the execution of a separate Dialog, after which processing proceeds within the current Dialog based upon the logical outcome returned by the EndState of the subordinate dialog.

Since:
1.0.4

Method Summary
 String getDialogName()
          Return the name of the subordinate dialog to be executed by this state.
 
Methods inherited from interface org.apache.shale.dialog.basic.model.State
findTransition, getDialog, getName, getTransitionOutcomes
 

Method Detail

getDialogName

String getDialogName()

Return the name of the subordinate dialog to be executed by this state.

Returns:
The name of the subdialog to be executed


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.