org.ow2.jasmine.agent.server.groups.event
Class GroupEvent
java.lang.Object
org.ow2.jasmine.agent.server.groups.event.GroupEvent
- All Implemented Interfaces:
- Serializable
public class GroupEvent
- extends Object
- implements Serializable
A GroupEvent is a notification of a group modification which includes the group itself and the type of the
modification
- Author:
- Julien Vey
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupEvent
public GroupEvent()
getGroup
public Group getGroup()
- Returns:
- the group
setGroup
public void setGroup(Group group)
- Parameters:
group - the group to set
getType
public int getType()
- Returns:
- the type
setType
public void setType(int type)
- Parameters:
type - the type to set
Copyright © 2012 OW2 Consortium. All Rights Reserved.