|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.mindfusion.diagramming.GroupEvent
public class GroupEvent
Contains the arguments passed to handlers of group-related events, such as GroupDestroyed.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
GroupEvent(java.lang.Object source,
Group group)
Represents methods that will handle general group-related events. |
Method Summary | |
---|---|
Group |
getGroup()
Gets the group for which the event was raised. |
int |
getIndex()
Gets an integer index related to the event. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GroupEvent(java.lang.Object source, Group group)
source
- The source of the event.group
- The Group
for which the event is raised.Method Detail |
---|
public Group getGroup()
Group
class.public int getIndex()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |