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 Summary
ConstructorsConstructorDescriptionGroupModificationEvent
(HandlerEventType eventType, Group item, Group itemBeforeModification) Constructs a newGroupModificationEvent
. -
Method Summary
Modifier and TypeMethodDescriptionReturns item, before it was modified.Methods inherited from class sonia.scm.event.AbstractHandlerEvent
equals, getEventType, getItem, getOldItem, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface sonia.scm.event.HandlerEvent
getEventType, getItem, getOldItem
-
Constructor Details
-
GroupModificationEvent
Constructs a newGroupModificationEvent
.- Parameters:
eventType
- type of eventitem
- changed groupitemBeforeModification
- changed group before it was modified
-
-
Method Details
-
getItemBeforeModification
Description copied from interface:ModificationHandlerEvent
Returns item, before it was modified.- Specified by:
getItemBeforeModification
in interfaceModificationHandlerEvent<Group>
-