Class: CPEE::Frames::SSE_Handler

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

Overview

}}}

Instance Method Summary collapse

Instance Method Details

#oncloseObject



419
420
421
422
423
# File 'lib/cpee-frames/implementation.rb', line 419

def onclose
  signals = @a[0]
  signals.remove self
  nil
end

#onopenObject

{{{



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