JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
net.anwiba.commons.workflow
Package
net.anwiba.commons.workflow.state
Interface IState<T>
All Known Implementing Classes:
ErrorState
,
MessageState
,
State
public interface
IState<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
getContext
()
IStateType
getStateType
()
Method Details
getStateType
IStateType
getStateType
()
getContext
T
getContext
()