C
- defines the base component where others extend fromL
- defines the action listener typeA
- defines the basic action typeM
- defines the basic message typepublic interface IComponentView<C,L,A,M> extends IComponentHandle<C,L,A,M>
Modifier and Type | Method and Description |
---|---|
C |
postHandle(C node,
IAction<A,M> action)
To avoid toolkit specific threading issues the postHandle method always
called after the handle method.
|
handle
C postHandle(C node, IAction<A,M> action) throws java.lang.Exception
node
- , the ui nodeaction
- , the trigger actionjava.lang.Exception