Class: CPEE::ModelManagement::StatSend

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

Overview

}}}

Instance Method Summary collapse

Instance Method Details

#oncloseObject



662
663
664
# File 'lib/cpee-model-management/implementation.rb', line 662

def onclose
  @conns.delete(self)
end

#onopenObject

{{{



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

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