Package com.treemap
Interface TreeMapSettingsListener
public interface TreeMapSettingsListener
The listener interface for receiving "interesting" events about changes in the settings.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called whenever the value of the settings changes.
-
Method Details
-
settingsChanged
Called whenever the value of the settings changes.- Parameters:
event
- the event that characterizes the change.
-