|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use iMSG | |
---|---|
blueme.messenger.common | |
blueme.messenger.communication | |
blueme.messenger.gui | |
blueme.messenger.interfaces | |
blueme.messenger.kernel |
Uses of iMSG in blueme.messenger.common |
---|
Classes in blueme.messenger.common that implement iMSG | |
---|---|
class |
MSG
This class will carry information about a message (incoming or outgoing) |
Uses of iMSG in blueme.messenger.communication |
---|
Methods in blueme.messenger.communication with parameters of type iMSG | |
---|---|
int |
Bluetooth.sendNewMessage(iMSG msg)
|
int |
Bluetooth_1.sendNewMessage(iMSG msg)
|
int |
GPRS.sendNewMessage(iMSG msg)
|
Uses of iMSG in blueme.messenger.gui |
---|
Methods in blueme.messenger.gui with parameters of type iMSG | |
---|---|
void |
GUI.newMessage(iMSG msg)
|
Uses of iMSG in blueme.messenger.interfaces |
---|
Methods in blueme.messenger.interfaces that return iMSG | |
---|---|
iMSG[] |
iKernel_GUI.getMessages(iUserList userList)
Used to get all messages associated with defined iUserList object. |
Methods in blueme.messenger.interfaces with parameters of type iMSG | |
---|---|
boolean |
iKernel_GUI.changeUnread(iMSG msg,
boolean flag)
Changes the read / unread flag of defined message. |
boolean |
iKernel_GUI.deleteMessage(iMSG msg)
Will delete defined message. |
void |
iKernel_Com.deliverMessage(iMSG msg)
Deliver new incoming message. |
void |
iGUI_Kernel.newMessage(iMSG msg)
This method notifies the GUI that there is a new incoming message. |
int |
iCom_Kernel.sendNewMessage(iMSG msg)
Sending av melding. |
int |
iKernel_GUI.sendNewMessage(iMSG msg)
Used for sending new messages. |
Uses of iMSG in blueme.messenger.kernel |
---|
Methods in blueme.messenger.kernel that return iMSG | |
---|---|
iMSG[] |
Kernel.getMessages(iUserList userList)
|
iMSG[] |
DB.getMessages(java.lang.String uid)
|
iMSG[] |
iDB.getMessages(java.lang.String uid)
Get all messages stored on specified UID. |
Methods in blueme.messenger.kernel with parameters of type iMSG | |
---|---|
boolean |
DB.addMessages(iMSG message,
java.lang.String uid)
|
boolean |
iDB.addMessages(iMSG message,
java.lang.String uid)
Adds one message to specified UID. |
boolean |
Kernel.changeUnread(iMSG msg,
boolean unread)
|
boolean |
Kernel.deleteMessage(iMSG msg)
|
void |
Kernel.deliverMessage(iMSG msg)
|
int |
Kernel.sendNewMessage(iMSG msg)
|
boolean |
DB.setMessages(iMSG[] messages,
java.lang.String uid)
|
boolean |
iDB.setMessages(iMSG[] messages,
java.lang.String uid)
Set specified messages on specified UID. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |