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

public interface ModificationHandlerEvent<T> extends HandlerEvent<T>
Extension to the ModificationHandlerEvent.
Since:
1.48
  • Method Details

    • getItemBeforeModification

      T getItemBeforeModification()
      Returns item, before it was modified.