Suppose an elevator simulation program, visitors about to take a ride are to wait until any one of the elevator doors opens. i.e. I want to wait on multiple Conditions until any one of them is signaled.
Actually, it doesn't have to be Conditions, other approaches that can fulfill my need is welcome.
How can this be done in Java?