Package io.milton.event
Class AfterMoveEvent
java.lang.Object
io.milton.event.AfterMoveEvent
- All Implemented Interfaces:
Event,ResourceEvent
Fired just after the resource is moved.
-
Constructor Summary
ConstructorsConstructorDescriptionAfterMoveEvent(Resource res, CollectionResource destCollection, String destNewName) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
AfterMoveEvent
- Parameters:
res- - the resource to movedestCollection- - the destination collectiondestNewName- - the name of the resource within the destination folder
-
-
Method Details
-
getResource
- Specified by:
getResourcein interfaceResourceEvent
-
getDestCollection
-
getNewName
-