Class DefaultXBLManager.ImportRemovedListener

  • All Implemented Interfaces:
    EventListener
    Enclosing class:
    DefaultXBLManager

    protected class DefaultXBLManager.ImportRemovedListener
    extends java.lang.Object
    implements EventListener
    DOM node removed listener for imported XBL trees.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.LinkedList toBeRemoved
      List of definition elements to be removed from the document.
    • 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

      • toBeRemoved

        protected java.util.LinkedList toBeRemoved
        List of definition elements to be removed from the document.
    • Constructor Detail

      • ImportRemovedListener

        protected ImportRemovedListener()
    • 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.