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, 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
-
NamespaceModificationEvent
public NamespaceModificationEvent(HandlerEventType eventType, Namespace item, Namespace itemBeforeModification)
-
-
Method Details
-
getItemBeforeModification
Description copied from interface:ModificationHandlerEvent
Returns item, before it was modified.- Specified by:
getItemBeforeModification
in interfaceModificationHandlerEvent<Namespace>
-