Class GroupLeftEvent
java.lang.Object
org.drasyl.node.plugin.groups.client.event.GroupLeftEvent
- All Implemented Interfaces:
Event
,GroupEvent
An event that signals that this node has left a group. (Maybe got also kicked by the group
manager)
This is an immutable object.
-
Method Summary
-
Method Details
-
getGroup
- Specified by:
getGroup
in interfaceGroupEvent
-
hashCode
public int hashCode() -
equals
-
toString
-
getReJoin
If this runnable is invoked the plugin tries to re-join thegroup
.- Returns:
- runnable to re-join group
-
of
- Throws:
NullPointerException
- ifgroup
orreJoin
isnull
-