Package io.milton.event
Class MoveEvent
java.lang.Object
io.milton.event.MoveEvent
- All Implemented Interfaces:
Event,ResourceEvent
Fired just before the resource is moved.
-
Constructor Summary
ConstructorsConstructorDescriptionMoveEvent(Resource res, CollectionResource destCollection, String destNewName) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
MoveEvent
- 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
-