C - defines the base component where others extend fromA - defines the basic event typeM - defines the basic message typepublic interface IComponentHandle<C,A,M> extends Injectable
| Modifier and Type | Method and Description |
|---|---|
C |
handle(Message<A,M> message)
Handles component when called.
|
C handle(Message<A,M> message) throws java.lang.Exception
message - , the triggering messagejava.lang.Exception - , the method will be implemented by JacpFX developer an can throw any exception