com.rubecula.darwin.foundation
Interface VisualizableListener
- All Known Implementing Classes:
- VisualizableListener_, VisualizableListener_Census, Visualization_PepperedMoth, Visualization_TS, Visualization_VisualizableListener
public interface VisualizableListener
Defines the mechanism for notifying interested objects about changes in a
Visualizable
, such as a Population
.
- Author:
- Robin Hillyard
Method Summary |
void |
onChange(Visualizable source,
java.lang.Object context)
This method is a callback to notify the listener that a the
source has changed and may need an update to the visual
representaion. |
onChange
void onChange(Visualizable source,
java.lang.Object context)
- This method is a callback to notify the listener that a the
source
has changed and may need an update to the visual
representaion.
- Parameters:
source
- the source of the change, usually a population.context
- XXX
Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.