org.ow2.jasmine.agent.server.groups.event
Class GroupEvent

java.lang.Object
  extended by 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

Constructor Summary
GroupEvent()
           
 
Method Summary
 Group getGroup()
           
 int getType()
           
 void setGroup(Group group)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupEvent

public GroupEvent()
Method Detail

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.