Class ResourceEditorEvent
- java.lang.Object
- 
- com.inductiveautomation.ignition.designer.event.ResourceEditorEvent
 
- 
 public class ResourceEditorEvent extends java.lang.Object
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classResourceEditorEvent.Type
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourceEditorEventclosed(ResourcePath path)ResourcePathgetPath()ResourceEditorEvent.TypegetType()static ResourceEditorEventopened(ResourcePath path)
 
- 
- 
- 
Method Detail- 
getTypepublic ResourceEditorEvent.Type getType() 
 - 
getPathpublic ResourcePath getPath() 
 - 
openedpublic static ResourceEditorEvent opened(ResourcePath path) 
 - 
closedpublic static ResourceEditorEvent closed(ResourcePath path) 
 
- 
 
-