Class: CPEE::ModelManagement::StatSend
- Inherits:
-
Riddl::SSEImplementation
- Object
- Riddl::SSEImplementation
- CPEE::ModelManagement::StatSend
- Defined in:
- lib/cpee-model-management/implementation.rb
Overview
}}}
Instance Method Summary collapse
Instance Method Details
#onclose ⇒ Object
670 671 672 |
# File 'lib/cpee-model-management/implementation.rb', line 670 def onclose @conns.delete(self) end |
#onopen ⇒ Object
{{{
666 667 668 669 |
# File 'lib/cpee-model-management/implementation.rb', line 666 def onopen @conns = @a[0] @conns << self end |