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