# File lib/handler/endpoint_state_handler.rb, line 121 def on_connection_opened(event) Qpid::Proton::Event.dispatch(@delegate, :on_session_opened, event) if !@delegate.nil? end