Is there a way to force a redraw of a DisplayObject before executing next line of code?

I.e. without waiting for execution to return to the main thread to deal with the change (just guessing now), since this may or may not occur in a timely fashion.

Alternately, to idle in the current method until the change has taken place before continuing execution.

This is for Iphone and Android.