Package domain
Class GruppenRoom
java.lang.Object
domain.GruppenRoom
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidaddMessage(User sender, String content) booleanaddParticipant(User user) intgetName()booleanbooleanisParticipant(User user) booleanremoveAdmin(User demoter, User userToDemote) booleanremoveParticipant(User remover, User userToRemove) toString()
-
Constructor Details
-
GruppenRoom
-
-
Method Details