System.arraycopy(e.getAttributes(), 0, currentState.dbAttrs, 0, currentState.dbAttrs.length);
}
for (EventListener listener : listenerList.getListeners(DbAttributeDisplayListener.class)) {
DbAttributeDisplayListener temp = (DbAttributeDisplayListener) listener;
temp.currentDbAttributeChanged(e);
}
}
/** Notifies all listeners of the change (add, remove) and does the change. */
public void fireObjAttributeEvent(AttributeEvent e) {