notify method
Implementation
@override
notify(T fractal) {
if (fractal.state == StateF.removed) {
cleanUp();
}
super.notify(fractal);
}
@override
notify(T fractal) {
if (fractal.state == StateF.removed) {
cleanUp();
}
super.notify(fractal);
}