protected void outputDoorToSubscribers(ElevatorInfoSubscirber subscriber)
 {
     subscriber.cabinDoorStateChangedTo(cabinDoorState);
 }