|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||
See:
Description
| Class Summary | |
|---|---|
| GeneralManager | Delivers general MIDlet functionality. |
| NetworkManager | Responsible for networking. |
| ProcessingManager | Processes the Bluelemon instructions. |
| ResourcesManager | Responsible for persistance. |
| UtilsManager | Delivers different utility operations. |
Managers are the key components of the Bluelemon Runtime Environment. They are responsible for basic operations such as persistency or networking.
Package name 'managers' is used for documentation purposes only. The following syntax is used when calling a manager:
<blue:call manager="ManagerName"
toVariable="variableName">
<blue:argument type="bluelemonType" value="typedValue"/>
<blue:argument type="bluelemonType" contextKey="keyInTheContext"/>
<blue:argument type="variable" name="variableName"/>
</blue:call>
|
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||