Package domain
Class GruppenRoom
java.lang.Object
domain.GruppenRoom
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
addMessage
(User sender, String content) boolean
addParticipant
(User user) int
getName()
boolean
boolean
isParticipant
(User user) boolean
removeAdmin
(User demoter, User userToDemote) boolean
removeParticipant
(User remover, User userToRemove) toString()
-
Constructor Details
-
GruppenRoom
-
-
Method Details