Immediately adds and renders an event to the table. This is important for the initial window where we may have events streaming in at a high rate. Doing a full binary search to rebuild the table on each event would be bad. We can get away with an append to the table.
@param event the {@link UiEvent} to be added to the table.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.