Class ResourceChangeEvent

java.lang.Object
org.eclipse.birt.report.model.api.activity.NotificationEvent
org.eclipse.birt.report.model.api.command.ResourceChangeEvent
Direct Known Subclasses:
LibraryChangeEvent

public abstract class ResourceChangeEvent extends NotificationEvent
Notification event that says that the module need refreshing. The listener can find out which module changed by calling NotificationEvent.getTarget()( ).
  • Constructor Details

    • ResourceChangeEvent

      public ResourceChangeEvent(String path)
      Constructor.
      Parameters:
      path - the file path of the changed library.
  • Method Details

    • getChangedResourcePath

      public String getChangedResourcePath()
      Returns the file path of the changed library.
      Returns:
      the file path of the changed library.