Class: CPEE::Frames::SSE_Handler
- Inherits:
-
Riddl::SSEImplementation
- Object
- Riddl::SSEImplementation
- CPEE::Frames::SSE_Handler
- Defined in:
- lib/cpee-frames/implementation.rb
Overview
}}}
Instance Method Summary collapse
Instance Method Details
#onclose ⇒ Object
419 420 421 422 423 |
# File 'lib/cpee-frames/implementation.rb', line 419 def onclose signals = @a[0] signals.remove self nil end |
#onopen ⇒ Object
{{{
412 413 414 415 416 417 |
# File 'lib/cpee-frames/implementation.rb', line 412 def onopen signals = @a[0] signals.add self send 'started' true end |