Class: CPEE::Frames::SSE

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

Overview

}}}

Instance Method Summary collapse

Instance Method Details

#oncloseObject



416
417
418
419
420
# File 'lib/cpee-frames/implementation.rb', line 416

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

#onopenObject

{{{



409
410
411
412
413
414
# File 'lib/cpee-frames/implementation.rb', line 409

def onopen
  signals = @a[0]
  signals.add self
  send 'started'
  true
end