439440441442443444445446447448449
super.prepareToDestroyModel(); for (WorldObject wo : getChildren()) { if (wo instanceof UITermination) { UITermination term = (UITermination) wo; term.disconnect(); } } }