Package sonia.scm.group
Class GroupModificationEvent
java.lang.Object
sonia.scm.event.AbstractHandlerEvent<Group>
sonia.scm.group.GroupEvent
sonia.scm.group.GroupModificationEvent
- All Implemented Interfaces:
- HandlerEvent<Group>,- ModificationHandlerEvent<Group>
Event which is fired whenever a group is modified.
- Since:
- 1.48
- 
Constructor SummaryConstructorsConstructorDescriptionGroupModificationEvent(HandlerEventType eventType, Group item, Group itemBeforeModification) Constructs a newGroupModificationEvent.
- 
Method SummaryModifier and TypeMethodDescriptionReturns item, before it was modified.Methods inherited from class sonia.scm.event.AbstractHandlerEventequals, getEventType, getItem, getOldItem, hashCode, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface sonia.scm.event.HandlerEventgetEventType, getItem, getOldItem
- 
Constructor Details- 
GroupModificationEventConstructs a newGroupModificationEvent.- Parameters:
- eventType- type of event
- item- changed group
- itemBeforeModification- changed group before it was modified
 
 
- 
- 
Method Details- 
getItemBeforeModificationDescription copied from interface:ModificationHandlerEventReturns item, before it was modified.- Specified by:
- getItemBeforeModificationin interface- ModificationHandlerEvent<Group>
 
 
-