Class EventHandlerInfo

    • Field Detail

      • NODE_EVENT_HANDLER

        public static final java.lang.String NODE_EVENT_HANDLER
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • EventHandlerInfo

        public EventHandlerInfo()
        Class constructor. Initializes a new -empty- instance of the EventHandlerInfo class.
      • EventHandlerInfo

        public EventHandlerInfo​(org.w3c.dom.Node root)
        Class constructor. Initializes an EventHandlerInfo instance based on the information included on the XML Node
        Parameters:
        root - Node instance representing the FlagInfo information.
    • Method Detail

      • getKeyAttribute

        protected java.lang.String getKeyAttribute()
        Description copied from class: AbstractConfigurationElement
        This method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override the getKey and setKey methods.
        Specified by:
        getKeyAttribute in class AbstractConfigurationElement
        Since:
        MicroStrategy Web 9.0.0
      • setName

        public void setName​(java.lang.String name)
      • getName

        public java.lang.String getName()