Class GISEditableChangeAttributeChangeAdapter

    • Constructor Detail

      • GISEditableChangeAttributeChangeAdapter

        public GISEditableChangeAttributeChangeAdapter​(GISEditableChangeListener listener)
        Constructor.
        Parameters:
        listener - is the listener to notify about any attribute change.
      • GISEditableChangeAttributeChangeAdapter

        public GISEditableChangeAttributeChangeAdapter​(GISEditableChangeListener listener,
                                                       GISEditable wrapper)
        Constructor.
        Parameters:
        listener - is the listener to notify about any attribute change.
        wrapper - is the GISEditable to give to the listener when an attribute has changed, if null only the attribute change events with a GISEditable source will be forwarded.