Interface DisplaySetManagerListener


  • public interface DisplaySetManagerListener
    • Method Detail

      • changedDisplaySet

        void changedDisplaySet​(DisplaySet oldDisplaySet,
                               DisplaySet newDisplaySet)
        fired, when the DisplaySet changed. NOTE: The DisplaySets can also be null.
        Parameters:
        oldDisplaySet - the DisplaySet which was active before the change
        newDisplaySet - the DisplaySet which is active now (after the change).