Class DefaultXBLManager.DefNodeInsertedListener

  • All Implemented Interfaces:
    EventListener
    Enclosing class:
    DefaultXBLManager

    protected class DefaultXBLManager.DefNodeInsertedListener
    extends java.lang.Object
    implements EventListener
    DOM node inserted 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
      DefNodeInsertedListener​(org.w3c.dom.Element imp)
      Creates a new DefNodeInsertedListener.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleEvent​(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

      • DefNodeInsertedListener

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

      • handleEvent

        public void handleEvent​(Event evt)
        Handles the event.
        Specified by:
        handleEvent in interface EventListener
        Parameters:
        evt - The Event contains contextual information about the event.