|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ifComm
| Method Summary | |
|---|---|
void |
getMsg(java.lang.String _folder,
ifListener _guest)
Calls the handleStringEvent function. of the calling thread Triggers the reception of all message from a specific folder. |
void |
getMsgSince(java.lang.String _folder,
int _time,
ifListener _guest)
Calls the handleStringEvent function of the calling thread Triggers the reception of all messages which were sent starting at a specific time until now from a specific folder. |
void |
sendMsg(java.lang.String _folder,
java.lang.String _msg,
ifListener _guest)
Calls the handleStringEvent function of the calling thread Triggers sending of a message |
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Method Detail |
|---|
void sendMsg(java.lang.String _folder,
java.lang.String _msg,
ifListener _guest)
Triggers sending of a message
_folder - folder name where the message shall be placed_msg - message to send_guest - calling application thread
void getMsg(java.lang.String _folder,
ifListener _guest)
implementation of ifComm
_folder - folder name where the desired messages are_guest - calling application threadifComm
void getMsgSince(java.lang.String _folder,
int _time,
ifListener _guest)
implementation of ifComm
_folder - folder name where the desired messages are_time - starting time, oldest wanted message_guest - calling application threadifComm
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||