| IStateConfigurationVisitor Methods |
The IStateConfigurationVisitor type exposes the following members.
| Name | Description | |
|---|---|---|
| BeginSubStates |
Will be called before enumerating the active states of the sub-regions of a composite state.
| |
| EndSubStates |
Will be called after the active states of the sub-regions of a composite state were enumerated.
| |
| NextSubState |
Will be called after enumerating the active state of the sub-region of a composite state.
| |
| State |
Will be called for every well-defined state of a StateConfiguration.
| |
| StateAny |
Will be called when the active state in a StateConfiguration is not specified for a particular Region.
|