Package org.uberfire.workbench.events
Class ResourceCopiedEvent
- java.lang.Object
-
- org.uberfire.workbench.events.ResourceCopied
-
- org.uberfire.workbench.events.ResourceCopiedEvent
-
- All Implemented Interfaces:
ResourceChange,ResourceEvent,UberFireEvent
@Portable public class ResourceCopiedEvent extends ResourceCopied implements ResourceEvent
An Event indicating a Resource has been copied
-
-
Constructor Summary
Constructors Constructor Description ResourceCopiedEvent(Path sourcePath, Path destinationPath, String message, SessionInfo sessionInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathgetPath()SessionInfogetSessionInfo()StringtoString()-
Methods inherited from class org.uberfire.workbench.events.ResourceCopied
getDestinationPath, getMessage, getType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.uberfire.workbench.events.ResourceChange
getMessage, getType
-
-
-
-
Constructor Detail
-
ResourceCopiedEvent
public ResourceCopiedEvent(Path sourcePath, Path destinationPath, String message, SessionInfo sessionInfo)
-
-
Method Detail
-
getSessionInfo
public SessionInfo getSessionInfo()
-
getPath
public Path getPath()
- Specified by:
getPathin interfaceResourceEvent
-
-