Example #1
0
 public void dispose() {
   IProductModel model = getModel();
   if (model != null) model.removeModelChangedListener(this);
   super.dispose();
 }
 @Override
 public void dispose() {
   IFeatureModel model = (IFeatureModel) getPage().getModel();
   if (model != null) model.removeModelChangedListener(this);
   super.dispose();
 }