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 UIComponent<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.
|
getRoot
getExecutionTarget, getNextIncomingMessage, getParentId, hasIncomingMessage, initEnv, isBlocked, lock, putIncomingMessage, release, setExecutionTarget
getActionListener, getActionListener, getId, getName, isActive, isStarted, setActive, setId, setName
handle
C postHandle(C node, IAction<A,M> action)
node
- , the ui nodeaction
- , the trigger action