public interface AnimatedVisualisationProvider extends VisualisationImageProvider
| Modifier and Type | Method and Description |
|---|---|
void |
addAnimatedVisualisationListener(AnimatedVisualisationListener avl)
Add a visualisation listener to be informed of animation events.
|
void |
removeAnimatedVisualisationListener(AnimatedVisualisationListener avl)
Remove a given listener from being informed of animation events.
|
getVisualisationImage, setRequiredSize, updateVisvoid addAnimatedVisualisationListener(AnimatedVisualisationListener avl)
avl - The listener to addvoid removeAnimatedVisualisationListener(AnimatedVisualisationListener avl)
avl - The listener to remove