Class CssReloadedEvent


  • public class CssReloadedEvent
    extends NotificationEvent
    Included css style sheet reload event
    • Constructor Detail

      • CssReloadedEvent

        public CssReloadedEvent​(org.eclipse.birt.report.model.core.Module host,
                                org.eclipse.birt.report.model.css.CssStyleSheet css)
        Constructor.
        Parameters:
        host - the host module in which the css lies in
        css - the element that is to reload css.
    • Method Detail

      • 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.
      • getCss

        public org.eclipse.birt.report.model.css.CssStyleSheet getCss()
        Returns the css causing this event. If the css is null, it means that the css is not found during the reload-action.
        Returns:
        the css causing this event, or null if the css is not found