Class: CPEE::ModelManagement::ManagementSend

Inherits:
Riddl::SSEImplementation
  • Object
show all
Defined in:
lib/cpee-model-management/implementation.rb

Overview

}}}

Instance Method Summary collapse

Instance Method Details

#oncloseObject



660
661
662
# File 'lib/cpee-model-management/implementation.rb', line 660

def onclose
  @conns.delete(self)
end

#onopenObject

{{{



656
657
658
659
# File 'lib/cpee-model-management/implementation.rb', line 656

def onopen
  @conns = @a[0]
  @conns << self
end