Uses of Class
org.eclipse.birt.report.model.api.command.ResourceChangeEvent
-
Packages that use ResourceChangeEvent Package Description org.eclipse.birt.report.model.api.command Provides events when some command operations modify the state of the Design Engine.org.eclipse.birt.report.model.api.core Represents the fundamental data structures of the user-defined property and the interface of UI listener. -
-
Uses of ResourceChangeEvent in org.eclipse.birt.report.model.api.command
Subclasses of ResourceChangeEvent in org.eclipse.birt.report.model.api.command Modifier and Type Class Description class
LibraryChangeEvent
Notification event that says that the module need refreshing. -
Uses of ResourceChangeEvent in org.eclipse.birt.report.model.api.core
Methods in org.eclipse.birt.report.model.api.core with parameters of type ResourceChangeEvent Modifier and Type Method Description void
IResourceChangeListener. resourceChanged(ModuleHandle module, ResourceChangeEvent event)
Notifies this listener that some resource changes happened.
-