Package sonia.scm
Interface ModificationHandlerEvent<T>
- Type Parameters:
T
- type of changed item
- All Superinterfaces:
HandlerEvent<T>
- All Known Implementing Classes:
GroupModificationEvent
,NamespaceModificationEvent
,RepositoryModificationEvent
,RepositoryRoleModificationEvent
,UserModificationEvent
Extension to the
ModificationHandlerEvent
.- Since:
- 1.48
-
Method Summary
Modifier and TypeMethodDescriptionReturns item, before it was modified.Methods inherited from interface sonia.scm.event.HandlerEvent
getEventType, getItem, getOldItem
-
Method Details
-
getItemBeforeModification
T getItemBeforeModification()Returns item, before it was modified.
-