Uses of Interface
org.drasyl.plugin.groups.client.message.GroupsServerMessage
Packages that use GroupsServerMessage
- 
Uses of GroupsServerMessage in org.drasyl.plugin.groups.client
Methods in org.drasyl.plugin.groups.client with parameters of type GroupsServerMessageModifier and TypeMethodDescriptionprotected voidGroupsClientHandler.matchedRead(HandlerContext ctx, CompressedPublicKey sender, GroupsServerMessage msg, CompletableFuture<Void> future)  - 
Uses of GroupsServerMessage in org.drasyl.plugin.groups.client.message
Classes in org.drasyl.plugin.groups.client.message that implement GroupsServerMessageModifier and TypeClassDescriptionclassThis message is sent by the groups server to the client when the join to a group was not successful.classThis message is sent by the groups server to the client when the join to a group was successful.classThis message is sent by the groups server to the client when a new member has joined a group.classThis message is sent by the groups server to the client when a member has left a group.