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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:ModificationHandlerEventReturns item, before it was modified.- Specified by:
getItemBeforeModificationin interfaceModificationHandlerEvent<Group>
-