org.apache.shale.dialog
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.

$Id: SubdialogState.java 419431 2006-07-06 04:38:39Z wsmoak $


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.State
findTransition, getDialog, getName, getTransitionOutcomes
 

Method Detail

getDialogName

String getDialogName()

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



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