public void notifyChanged(IChemObjectChangeEvent evt) { logger.debug("Notifying changed event: ", evt); super.notifyChanged(evt); }
public void notifyChanged() { logger.debug("Notifying changed"); super.notifyChanged(); }