C++
virtual void update() = 0;
Description
When called non-interactively, this method flushes any queued graphics to the device. This may involve a full transformation and rasterization pass (which can be quite expensive).
When called interactively, this method requests an update (but one is not guaranteed); the call returns immediately, and any transformation and rasterization occur asynchronously.