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 void
GroupsClientHandler.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 TypeClassDescriptionclass
This message is sent by the groups server to the client when the join to a group was not successful.class
This message is sent by the groups server to the client when the join to a group was successful.class
This message is sent by the groups server to the client when a new member has joined a group.class
This message is sent by the groups server to the client when a member has left a group.