protected void outputCabinToSubscribers(ElevatorInfoSubscirber subscriber)
 {
     subscriber.cabinStateChangedTo(cabinState);
 }