# File lib/handler/outgoing_message_handler.rb, line 55
    def on_sendable(event)
      Qpid::Proton::Event.dispatch(@delegate, :on_sendable, event) if !@delegate.nil?
    end