Package org.xwiki.refactoring.event
Class EntitiesCopyingEvent
- java.lang.Object
-
- org.xwiki.refactoring.internal.event.AbstractEvent
-
- org.xwiki.refactoring.event.EntitiesCopyingEvent
-
- All Implemented Interfaces:
BeginEvent
,BeginFoldEvent
,CancelableEvent
,Event
public class EntitiesCopyingEvent extends org.xwiki.refactoring.internal.event.AbstractEvent implements BeginFoldEvent, CancelableEvent
Event fired when multiple entities are about to be copied.- Since:
- 11.1RC1
- Version:
- $Id: 4101606ee785bab3c8a4e9b95b7793dc6ad86116 $
-
-
Constructor Summary
Constructors Constructor Description EntitiesCopyingEvent()
-
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
-
-