Package sonia.scm.repository
Class NamespaceModificationEvent
java.lang.Object
sonia.scm.event.AbstractHandlerEvent<Namespace>
sonia.scm.repository.NamespaceEvent
sonia.scm.repository.NamespaceModificationEvent
- All Implemented Interfaces:
HandlerEvent<Namespace>,ModificationHandlerEvent<Namespace>
@Event
public final class NamespaceModificationEvent
extends NamespaceEvent
implements ModificationHandlerEvent<Namespace>
Event which is fired whenever a namespace is modified.
- Since:
- 2.6.0
-
Constructor Summary
ConstructorsConstructorDescriptionNamespaceModificationEvent(HandlerEventType eventType, Namespace item, Namespace itemBeforeModification) -
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
-
NamespaceModificationEvent
public NamespaceModificationEvent(HandlerEventType eventType, Namespace item, Namespace itemBeforeModification)
-
-
Method Details
-
getItemBeforeModification
Description copied from interface:ModificationHandlerEventReturns item, before it was modified.- Specified by:
getItemBeforeModificationin interfaceModificationHandlerEvent<Namespace>
-