|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MID | |
dip.net.message |
Uses of MID in dip.net.message |
Fields in dip.net.message declared as MID | |
static MID |
MID.ANONYMOUS
Anonymous sender (TODO: needs i18n) |
Methods in dip.net.message that return MID | |
MID |
PressMessage.getFrom()
Message sender. |
MID[] |
PressMessage.getTo()
Message recipients. |
MID |
PressConfiguration.getMaster()
Get the Master (null if none) |
Methods in dip.net.message with parameters of type MID | |
void |
PressConfiguration.setMaster(MID mid)
Set the Master (null if none) |
PressMessage |
PressChannel.composeBroadcast(MID from,
java.lang.String subject,
java.lang.String body)
Compose a broadcast message |
PressMessage |
PressChannel.compose(MID from,
MID to,
java.lang.String subject,
java.lang.String body)
Compose a message (to a single recipient) |
PressMessage |
PressChannel.compose(MID from,
MID[] to,
java.lang.String subject,
java.lang.String body)
Compose a message (to multiple recipients) |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |