Class DefaultXBLManager.DefAttrListener

  • All Implemented Interfaces:
    org.w3c.dom.events.EventListener
    Enclosing class:
    DefaultXBLManager

    protected class DefaultXBLManager.DefAttrListener
    extends java.lang.Object
    implements org.w3c.dom.events.EventListener
    DOM attribute mutation listener for definition elements.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.w3c.dom.Element importElement
      The import element.
    • Constructor Summary

      Constructors 
      Constructor Description
      DefAttrListener​(org.w3c.dom.Element imp)
      Creates a new DefAttrListener.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleEvent​(org.w3c.dom.events.Event evt)
      Handles the event.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • importElement

        protected org.w3c.dom.Element importElement
        The import element.
    • Constructor Detail

      • DefAttrListener

        public DefAttrListener​(org.w3c.dom.Element imp)
        Creates a new DefAttrListener.
    • Method Detail

      • handleEvent

        public void handleEvent​(org.w3c.dom.events.Event evt)
        Handles the event.
        Specified by:
        handleEvent in interface org.w3c.dom.events.EventListener