com.agentfactory.cldc
Interface GUIFactory


public interface GUIFactory

Creates an new instance of a module GUI. It should be noted that factories are only required if migration is being used.

Author:
Conor Muldoon

Method Summary
 Module createGUI(AgentName name, javax.microedition.midlet.MIDlet let, javax.microedition.lcdui.List list)
          Constructs a GUI module from the specified objects.
 

Method Detail

createGUI

Module createGUI(AgentName name,
                 javax.microedition.midlet.MIDlet let,
                 javax.microedition.lcdui.List list)
Constructs a GUI module from the specified objects.

Parameters:
name - the name of the agent.
let - the MIDlet for the application.
list - a list of agent names.
Returns:
a new GUI instance.