Adobe help document said, "When a component calls an invalidation method, it signals to Flex that the component must be updated. When multiple components call invalidation methods, Flex coordinates updates so that they all occur together during the next screen update."
So what does "next screen update"
mean? I am confused about the invalidation, does it mean the Flex will execute measure(), commitProperties(), updateDisplayList() period where marks invalidateSize(), invalidateProperties(), invalidateDisplayList()?