|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblueme.messenger.gui.GUI
public class GUI
This class needs cleaning!
| Field Summary |
|---|
| Fields inherited from interface blueme.messenger.common.iConstants |
|---|
ADMIN_UID, APP_TITLE, BLUETOOTH_INDEX, BLUETOOTH_LENGTH, BLUETOOTH_POSTFIX, BLUETOOTH_PREFIX, COM_OBJECTS, DISCOVERY_SLEEP, GPRS_INDEX, MAX_REDIRECTS, MSG_MAX_COUNT, MSG_MAX_LENGTH, NICK_MAX_LENGTH, PID_LENGTH, SMS_PUSH_PORT, UID_LENGTH |
| Constructor Summary | |
|---|---|
GUI()
Creates a new instance of GUI |
|
| Method Summary | |
|---|---|
void |
commandAction(javax.microedition.lcdui.Command command,
javax.microedition.lcdui.Displayable displayable)
|
void |
itemStateChanged(javax.microedition.lcdui.Item item)
|
void |
newMessage(iMSG msg)
This method notifies the GUI that there is a new incoming message. |
void |
notifyBMC(boolean param)
NOT IN USE Used to notify the GUI that it should change a user notification on BMC (BlueMe Central). |
void |
notifyBMS(boolean param)
NOT IN USE Used to notify the GUI that it should change a user notification on BMS (BlueMe Shop!). |
void |
playNewUserSound()
|
void |
setBootLoaderReference(iBootLoader_GUI bootLoader)
Method used to transfer a reference for BootLoader to GUI. |
void |
setDisplayReference(javax.microedition.lcdui.Display display)
Method used to transfer a reference of the display to GUI. |
void |
setKernelReference(iKernel_GUI kernel)
Method used for transfering a reference for Kernel to GUI. |
void |
updatedBuddyList(boolean playSound)
Used to alert the GUI that there has been changes to the buddy list. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface blueme.messenger.interfaces.iGUI_Kernel |
|---|
updatedUserData |
| Constructor Detail |
|---|
public GUI()
| Method Detail |
|---|
public void commandAction(javax.microedition.lcdui.Command command,
javax.microedition.lcdui.Displayable displayable)
commandAction in interface javax.microedition.lcdui.CommandListenerpublic void newMessage(iMSG msg)
iGUI_Kernel
newMessage in interface iGUI_Kernelpublic void notifyBMC(boolean param)
iGUI_Kernel
notifyBMC in interface iGUI_Kernelpublic void notifyBMS(boolean param)
iGUI_Kernel
notifyBMS in interface iGUI_Kernelpublic void setDisplayReference(javax.microedition.lcdui.Display display)
iGUI_BootLoader
setDisplayReference in interface iGUI_BootLoaderpublic void setKernelReference(iKernel_GUI kernel)
iGUI_Kernel
setKernelReference in interface iGUI_Kernelpublic void setBootLoaderReference(iBootLoader_GUI bootLoader)
iGUI_BootLoader
setBootLoaderReference in interface iGUI_BootLoaderpublic void updatedBuddyList(boolean playSound)
iGUI_Kernel
updatedBuddyList in interface iGUI_Kernelpublic void itemStateChanged(javax.microedition.lcdui.Item item)
itemStateChanged in interface javax.microedition.lcdui.ItemStateListenerpublic void playNewUserSound()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||