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