Package org.uberfire.workbench.events
Class ResourceCopied
- java.lang.Object
-
- org.uberfire.workbench.events.ResourceCopied
-
- All Implemented Interfaces:
ResourceChange,UberFireEvent
- Direct Known Subclasses:
ResourceCopiedEvent
@Portable public class ResourceCopied extends Object implements UberFireEvent, ResourceChange
-
-
Constructor Summary
Constructors Constructor Description ResourceCopied(Path destinationPath, String message)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathgetDestinationPath()StringgetMessage()ResourceChangeTypegetType()
-
-
-
Method Detail
-
getType
public ResourceChangeType getType()
- Specified by:
getTypein interfaceResourceChange
-
getMessage
public String getMessage()
- Specified by:
getMessagein interfaceResourceChange
-
getDestinationPath
public Path getDestinationPath()
-
-