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