public interface Action<T>
| Modifier and Type | Method and Description |
|---|---|
void |
execute(T object,
TransitionDefinition<T> definition)
Executes the action
|
void execute(@Nonnull T object, @Nonnull TransitionDefinition<T> definition)
object - the objectdefinition - the definition of the transitionCopyright © 2007–2017 cedarsoft GmbH. All rights reserved.