public interface AnimatedVisualisationListener
AnimatedVisualisationProvider
. The object must implement the callback
method that animated visualisations will call when they are ready
to provide an update. It is not necessary that the provider actually
produce the visualisation before calling this callback, simply that
the animation is proceeding and should the listener wish they may
call the VisualisationImageProvider.updateVis()
method and
then the VisualisationImageProvider.getVisualisationImage()
method
to retrieve the latest image.Modifier and Type | Method and Description |
---|---|
void |
newVisualisationAvailable(AnimatedVisualisationProvider avp)
Called by the
AnimatedVisualisationProvider when
a new visualisation is available to drawn (but hasn't been
drawn yet). |
void newVisualisationAvailable(AnimatedVisualisationProvider avp)
AnimatedVisualisationProvider
when
a new visualisation is available to drawn (but hasn't been
drawn yet).avp
- The source of the event