Package jaxx.runtime
Interface JAXXAction
-
public interface JAXXActionThis is the contract to be realized by any class to be used as Action class for an ui.- Author:
- Tony Chemit - chemit@codelutin.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JAXXInitialContextinit(JAXXContext parentContent, Object... datas)Prepare the initial context of the ui.
-
-
-
Method Detail
-
init
JAXXInitialContext init(JAXXContext parentContent, Object... datas)
Prepare the initial context of the ui.- Parameters:
parentContent- the context of the parent of the ui (can be null if no parent is required)datas- other datas to inject in initial context- Returns:
- the
JAXXInitialContextto be injected in the ui via the constructor of theJAXXObject
-
-