Package io.milton.event
Class NewFolderEvent
- java.lang.Object
-
- io.milton.event.NewFolderEvent
-
- All Implemented Interfaces:
Event,ResourceEvent
public class NewFolderEvent extends Object implements ResourceEvent
-
-
Constructor Summary
Constructors Constructor Description NewFolderEvent(CollectionResource collectionResource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionResourcegetResource()
-
-
-
Constructor Detail
-
NewFolderEvent
public NewFolderEvent(CollectionResource collectionResource)
-
-
Method Detail
-
getResource
public CollectionResource getResource()
- Specified by:
getResourcein interfaceResourceEvent
-
-