|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageType | |
---|---|
net.sf.juoserver.controller | |
net.sf.juoserver.model | |
net.sf.juoserver.protocol |
Uses of MessageType in net.sf.juoserver.controller |
---|
Methods in net.sf.juoserver.controller with parameters of type MessageType | |
---|---|
static void |
Intercom.notifySpeech(Mobile speaker,
MessageType type,
int hue,
int font,
String language,
String text)
Notifies listeners about a mobile's speech. |
void |
IntercomListener.onOtherMobileSpeech(Mobile speaker,
MessageType type,
int hue,
int font,
String language,
String text)
Receives an update about another mobile's speech. |
Uses of MessageType in net.sf.juoserver.model |
---|
Methods in net.sf.juoserver.model that return MessageType | |
---|---|
static MessageType |
MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MessageType[] |
MessageType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of MessageType in net.sf.juoserver.protocol |
---|
Methods in net.sf.juoserver.protocol that return MessageType | |
---|---|
MessageType |
UnicodeSpeechRequest.getMessageType()
|
Methods in net.sf.juoserver.protocol with parameters of type MessageType | |
---|---|
void |
ControllerImpl.onOtherMobileSpeech(Mobile speaker,
MessageType type,
int hue,
int font,
String language,
String text)
|
Constructors in net.sf.juoserver.protocol with parameters of type MessageType | |
---|---|
ClilocMessage(int serialID,
int modelID,
int clilocId,
String displayName,
String parameters,
MessageType messageType)
|
|
UnicodeSpeech(Mobile speaker,
MessageType messageType,
int hue,
int font,
String language,
String text)
|
|
UnicodeSpeechRequest(MessageType messageType,
int hue,
int font,
String language,
String text)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |