public class GroupEvent extends AbstractEvent<GroupEvent.Type,Group>
Modifier and Type | Class and Description |
---|---|
static class |
GroupEvent.Type
Type of flow rule events.
|
Constructor and Description |
---|
GroupEvent(GroupEvent.Type type,
Group group)
Creates an event of a given type and for the specified Group and the
current time.
|
GroupEvent(GroupEvent.Type type,
Group group,
long time)
Creates an event of a given type and for the specified Group and time.
|
public GroupEvent(GroupEvent.Type type, Group group)
type
- Group event typegroup
- event subjectpublic GroupEvent(GroupEvent.Type type, Group group, long time)
type
- Group event typegroup
- event subjecttime
- occurrence time