deleteVertexAnimation = new DeleteVertexAnimation(point);
AnimationUpdater.runTimer(handler.getContext().getMapDisplay(), deleteVertexAnimation);
}
if( deleteVertexAnimation!=null ){
final DeleteVertexAnimation finalDeleteVertexAnim=deleteVertexAnimation;
PlatformGIS.wait(deleteVertexAnimation.getFrameInterval(), 5000, new WaitCondition(){
public boolean isTrue() {
return !finalDeleteVertexAnim.isValid();
}