defineStateViewCreator<TState extends AFFlexibleStateView> method
void
defineStateViewCreator<TState extends AFFlexibleStateView>()
Implementation
void defineStateViewCreator<TState extends AFFlexibleStateView>(AFCreateStateViewDelegate creator) {
stateViewCreators[TState] = creator;
}