Class GroupMemberJoinedEvent
java.lang.Object
org.drasyl.node.plugin.groups.client.event.GroupMemberJoinedEvent
- All Implemented Interfaces:
Event
,GroupEvent
An event that signals that a new member joined a group.
This is an immutable object.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract IdentityPublicKey
static GroupMemberJoinedEvent
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
-
GroupMemberJoinedEvent
public GroupMemberJoinedEvent()
-
-
Method Details
-
of
- Throws:
NullPointerException
- ifmember
orgroup
isnull
-
getMember
-