T
S
E
C
public interface Actions<T extends StateMachine<T,S,E,C>,S,E,C> extends SquirrelComponent
void
add(Action<T,S,E,C> newAction)
addAll(List<? extends Action<T,S,E,C>> newActions)
clear()
List<Action<T,S,E,C>>
getAll()
void add(Action<T,S,E,C> newAction)
newAction
void addAll(List<? extends Action<T,S,E,C>> newActions)
newActions
List<Action<T,S,E,C>> getAll()
void clear()
Copyright © 2013–2016. All rights reserved.