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



652
653
654
# File 'lib/cpee-model-management/implementation.rb', line 652

def onclose
  @conns.delete(self)
end

#onopenObject

{{{



648
649
650
651
# File 'lib/cpee-model-management/implementation.rb', line 648

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