protected virtual void Output( bool forceUpdate, UniformPair<EventBean[]> results) { // Child view can be null in replay from named window if (child != null) { OutputStrategyUtil.Output(forceUpdate, results, child); } }