Package org.uberfire.workbench.events
Class ResourceRenamedEvent
- java.lang.Object
-
- org.uberfire.workbench.events.ResourceRenamed
-
- org.uberfire.workbench.events.ResourceRenamedEvent
-
- All Implemented Interfaces:
ResourceChange,ResourceEvent,UberFireEvent
@Portable public class ResourceRenamedEvent extends ResourceRenamed implements ResourceEvent
An Event indicating a Resource has been renamed
-
-
Constructor Summary
Constructors Constructor Description ResourceRenamedEvent(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.ResourceRenamed
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
-
ResourceRenamedEvent
public ResourceRenamedEvent(Path sourcePath, Path destinationPath, String message, SessionInfo sessionInfo)
-
-
Method Detail
-
getSessionInfo
public SessionInfo getSessionInfo()
-
getPath
public Path getPath()
- Specified by:
getPathin interfaceResourceEvent
-
-