Package org.uberfire.workbench.events
Class ResourceOpenedEvent
- java.lang.Object
-
- org.uberfire.workbench.events.ResourceOpenedEvent
-
- All Implemented Interfaces:
UberFireEvent
@Portable public class ResourceOpenedEvent extends Object implements UberFireEvent
An Event indicating a Resource has been opened
-
-
Constructor Summary
Constructors Constructor Description ResourceOpenedEvent(Path path, SessionInfo sessionInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathgetPath()SessionInfogetSessionInfo()StringtoString()
-
-
-
Constructor Detail
-
ResourceOpenedEvent
public ResourceOpenedEvent(Path path, SessionInfo sessionInfo)
-
-
Method Detail
-
getPath
public Path getPath()
-
getSessionInfo
public SessionInfo getSessionInfo()
-
-