private void fireVisibleChangeEvent() { VisiblyMutableUtils.changed(this, myListeners); }
/** * @param name New name of Network (must be unique within any networks of which this one will be a * part) */ public void setName(String name) throws StructuralException { VisiblyMutableUtils.nameChanged(this, getName(), name, myListeners); myName = name; }