Class BufferManager.BufferPropertyObserver

    • Constructor Detail

      • BufferPropertyObserver

        private BufferPropertyObserver()
    • Method Detail

      • propertyChanged

        public void propertyChanged​(java.lang.String propertyName,
                                    java.lang.Object newValue)
        Description copied from interface: PropertyObserver
        This method is called on all property observers when a given property is changed to a new value.
        Specified by:
        propertyChanged in interface PropertyObserver
        Parameters:
        propertyName - the name of the property that was changed
        newValue - the new value of the property