Package com.treemap

Interface TreeMapSettingsListener


public interface TreeMapSettingsListener
The listener interface for receiving "interesting" events about changes in the settings.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called whenever the value of the settings changes.
  • Method Details

    • settingsChanged

      void settingsChanged(TreeMapSettingsEvent event)
      Called whenever the value of the settings changes.
      Parameters:
      event - the event that characterizes the change.