public class GroupCreateEvent extends GroupEvent
| Constructor and Description |
|---|
GroupCreateEvent(Collection<InteractiveGroup> groups)
Initializes a new
GroupCreateEvent. |
| Modifier and Type | Method and Description |
|---|---|
Set<InteractiveGroup> |
getGroups()
Returns a
Set of InteractiveGroups that have been created. |
getRequestID, setRequestIDpublic GroupCreateEvent(Collection<InteractiveGroup> groups)
GroupCreateEvent.groups - A Collection of InteractiveGroups that have been createdpublic Set<InteractiveGroup> getGroups()
Set of InteractiveGroups that have been created.Set of InteractiveGroups that have been createdCopyright © 2018. All rights reserved.