public class GroupEvent
extends java.util.EventObject
Constructor and Description |
---|
GroupEvent(java.lang.Object source,
Group group)
Represents methods that will handle general group-related events.
|
Modifier and Type | Method and Description |
---|---|
Group |
getGroup()
Gets the group for which the event was raised.
|
int |
getIndex()
Gets an integer index related to the event.
|