| Package | Description |
|---|---|
| com.github.oxo42.stateless4j |
| Modifier and Type | Method and Description |
|---|---|
StateConfiguration<S,T> |
StateConfiguration.onEntry(Action entryAction)
Specify an action that will execute when transitioning into the configured state
|
StateConfiguration<S,T> |
StateConfiguration.onEntryFrom(T trigger,
Action entryAction)
Specify an action that will execute when transitioning into the configured state
|
StateConfiguration<S,T> |
StateConfiguration.onExit(Action exitAction)
Specify an action that will execute when transitioning from the configured state
|
Copyright © 2014. All Rights Reserved.