/** Gets called by the {@link DataManager} when this DataSource has been removed. */ public void doRemove() { if (getAdapters() != null) { for (RadarAdapter ra : getAdapters()) { ra.doRemove(); } } super.doRemove(); }
/** Gets called by the {@link DataManager} when this DataSource has been removed. */ public void doRemove() { super.doRemove(); if (gridProperties != null) { gridProperties.doRemove(); } }