Class GroupMemberLeftEvent
java.lang.Object
org.drasyl.node.plugin.groups.client.event.GroupMemberLeftEvent
- All Implemented Interfaces:
Event
,GroupEvent
An event that signals that a member has left a group.
This is an immutable object.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract IdentityPublicKey
static GroupMemberLeftEvent
of
(IdentityPublicKey member, Group group) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.drasyl.node.plugin.groups.client.event.GroupEvent
getGroup
-
Constructor Details
-
GroupMemberLeftEvent
public GroupMemberLeftEvent()
-
-
Method Details
-
of
- Throws:
NullPointerException
- ifmember
orgroup
isnull
-
getMember
-