Interface IChangeListener

    • Method Detail

      • handleChange

        void handleChange​(ChangeEvent event)
        Handle a generic change to the given observable. The given event object must only be used locally in this method because it may be reused for other change notifications.
        Parameters:
        event - the change event