ProgressView onComplete Animating

Is there some way to get a callback when the progressview is done animating. I have a update scenario where i now have to use a timer to let the progressview complete the animation before i do other operations. But i would like to have a oncomplete event when the progressview is done animating.

Is there someone who has built something that handles this without using timers? I cant find anything in the docs about an oncomplete event for the progressview. 

There is a getProgress method that may help

Im have tried using that, but the getProgress will receive 1.0 progress before the animation is done, so its not working using only that without a timer.

There is a getProgress method that may help

Im have tried using that, but the getProgress will receive 1.0 progress before the animation is done, so its not working using only that without a timer.