new WKcController() → {Object}
WKcController objects can be used listen on user
interaction. Their main purpose is to inform
logic components about user actions.
Before, they may cleanup the user data.
- Source:
Returns:
A new logic object.
- Type
- Object
Methods
-
logic(p_logic)
-
Sets the logic object that can be accessed by the contoller.
Parameters:
Name Type Description p_logic$wk$.vclsd.logic.WKcService A logic object. - Source: