Interface RemoveGroupEvent
- All Superinterfaces:
Event
,GroupEvent
,ServerEvent
This event is only cancellable if the group is persistent
-
Method Summary
Methods inherited from interface de.maxhenkel.voicechat.api.events.Event
cancel, isCancellable, isCancelled
Methods inherited from interface de.maxhenkel.voicechat.api.events.ServerEvent
getVoicechat
-
Method Details
-
getGroup
Group getGroup()- Specified by:
getGroup
in interfaceGroupEvent
- Returns:
- the group that was removed
-
getConnection
Deprecated.- Specified by:
getConnection
in interfaceGroupEvent
- Returns:
null
-