public void unrelateAcrossR8008From(ComponentVisibility_c target, boolean notifyChanges) { if (target != null) { target.unrelateAcrossR8008From(this, notifyChanges); } }
public void unrelateAcrossR8008From(ComponentVisibility_c target) { if (target != null) { target.unrelateAcrossR8008From(this, true); } }