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



670
671
672
# File 'lib/cpee-model-management/implementation.rb', line 670

def onclose
  @conns.delete(self)
end

#onopenObject

{{{



666
667
668
669
# File 'lib/cpee-model-management/implementation.rb', line 666

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