Class SVG12BridgeContext.XBLBindingListener

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected XBLBindingListener()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void bindingChanged​(org.w3c.dom.Element bindableElement, org.w3c.dom.Element shadowTree)
      Invoked when the specified bindable element's binding has changed.
      • Methods inherited from class java.lang.Object

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

      • XBLBindingListener

        protected XBLBindingListener()
    • Method Detail

      • bindingChanged

        public void bindingChanged​(org.w3c.dom.Element bindableElement,
                                   org.w3c.dom.Element shadowTree)
        Invoked when the specified bindable element's binding has changed.
        Specified by:
        bindingChanged in interface BindingListener