A - defines the basic message typeM - defines the basic message typepublic interface IHandleable<A,M>
| Modifier and Type | Method and Description |
|---|---|
<C> C |
handle(Message<A,M> action)
Handles component when called.
|