Package io.milton.event
Class PropPatchEvent
- java.lang.Object
-
- io.milton.event.PropPatchEvent
-
- All Implemented Interfaces:
Event,ResourceEvent
public class PropPatchEvent extends Object implements ResourceEvent
-
-
Constructor Summary
Constructors Constructor Description PropPatchEvent(Resource res, io.milton.http.webdav.PropFindResponse resp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourcegetResource()io.milton.http.webdav.PropFindResponsegetResponse()
-
-
-
Constructor Detail
-
PropPatchEvent
public PropPatchEvent(Resource res, io.milton.http.webdav.PropFindResponse resp)
-
-
Method Detail
-
getResource
public Resource getResource()
- Specified by:
getResourcein interfaceResourceEvent
-
getResponse
public io.milton.http.webdav.PropFindResponse getResponse()
-
-