JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
domain.Message
Packages that use
Message
Package
Description
domain
Uses of
Message
in
domain
Methods in
domain
that return types with arguments of type
Message
Modifier and Type
Method
Description
List
<
Message
>
ChatRoom.
getMessages
()
List
<
Message
>
GruppenRoom.
getMessages
()
Methods in
domain
with parameters of type
Message
Modifier and Type
Method
Description
void
ChatRoom.
addMessage
(
Message
message)