public class GroupEvent extends Object
Group
.
The event itself is described by a GroupEventStatus
.
Constructor and Description |
---|
GroupEvent(GroupEventStatus status,
Group group)
Creates a GroupEvent object
|
Modifier and Type | Method and Description |
---|---|
Group |
getGroup()
Get the Group associated with the event.
|
GroupEventStatus |
getStatus()
Get the GroupEventStatus of the event.
|
public GroupEvent(GroupEventStatus status, Group group)
status
- The GroupEventStatus of the event.group
- The Group associated with the event.public GroupEventStatus getStatus()
public Group getGroup()
Copyright © 2021. All rights reserved.