Interface ChangeListener

    • Method Detail

      • notify

        void notify​(ChangeEvent event)
        This method is called each time a ChangeEvent is fired by the class the listener has itself registered to. Implement your processing the ChangeEvents here.
        Parameters:
        event - the ChangeEvent which has been fired