public class ErrorTransition<T> extends Object implements ITransition<T>
| Constructor and Description |
|---|
ErrorTransition(Component parentComponent) |
| Modifier and Type | Method and Description |
|---|---|
IExecutable<T> |
getExecutable(IState<T> state) |
boolean |
isApplicable(IState<T> state) |
public ErrorTransition(Component parentComponent)
public boolean isApplicable(IState<T> state)
isApplicable in interface ITransition<T>public IExecutable<T> getExecutable(IState<T> state)
getExecutable in interface ITransition<T>Copyright © 2007–2017 Andreas Bartels. All rights reserved.