Package managers

Managers are the key components of the Bluelemon Runtime Environment.

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.
 

Package managers Description

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>
        



Copyright © 2007 E-MARSON. All Rights Reserved.