Package org.xwiki.refactoring.event
Class EntitiesRenamingEvent
- java.lang.Object
-
- org.xwiki.refactoring.internal.event.AbstractEvent
-
- org.xwiki.refactoring.event.EntitiesRenamingEvent
-
- All Implemented Interfaces:
BeginEvent
,BeginFoldEvent
,CancelableEvent
,Event
public class EntitiesRenamingEvent extends org.xwiki.refactoring.internal.event.AbstractEvent implements BeginFoldEvent, CancelableEvent
Event fired when multiple entities are about to be renamed.- Since:
- 11.1RC1
- Version:
- $Id: 9f6f2087812f6fbd56b6237fdac40ae0de83e9f7 $
-
-
Constructor Summary
Constructors Constructor Description EntitiesRenamingEvent()
-
Method Summary
-
Methods inherited from class org.xwiki.refactoring.internal.event.AbstractEvent
cancel, cancel, getReason, isCanceled, matches
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.xwiki.observation.event.CancelableEvent
cancel, cancel, getReason, isCanceled
-
-