Class LibraryEvent

java.lang.Object
org.eclipse.birt.report.model.api.activity.NotificationEvent
org.eclipse.birt.report.model.api.command.LibraryEvent

public class LibraryEvent extends NotificationEvent
Indicates that the library is added, dropped or shifted.
  • Field Details

  • Constructor Details

    • LibraryEvent

      public LibraryEvent(org.eclipse.birt.report.model.elements.Library library, int action)
      Constructs the event with the added or dropped library and action.
      Parameters:
      library - the library causing this event
      action - th etype of change
  • Method Details

    • getEventType

      public int getEventType()
      Description copied from class: NotificationEvent
      Returns the event type. The following event types are defined:
      • CONTENT_EVENT
      • ELEMENT_DELETE_EVENT
      • EXTENDS_EVENT
      • NAME_EVENT
      • NAME_SPACE_EVENT
      • PROPERTY_EVENT
      • STYLE_EVENT
      • USER_PROP_EVENT
      • CUSTOM_MSG_EVENT
      • EXTENSION_PROPERTY_DEFINITION_EVENT
      • NOTIFICATION_EVENT
      • VALIDATION_EVENT
      • LIBRARY_EVENT
      • ATTRIBUTE_EVENT
      • DISPOSE_EVENT
      • CONTENT_REPLACE_EVENT
      • TEMPLATE_TRANSFORM_EVENT
      Specified by:
      getEventType in class NotificationEvent
      Returns:
      the event type.
    • getAction

      public int getAction()
      Returns the type of change.
      Returns:
      the type of change.
    • getLibrary

      public org.eclipse.birt.report.model.elements.Library getLibrary()
      Returns the library causing this event.
      Returns:
      the library causing this event