Class: CPEE::Frames::SSE2

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

Overview

}}}

Instance Method Summary collapse

Instance Method Details

#oncloseObject



431
432
433
434
435
# File 'lib/cpee-frames/implementation.rb', line 431

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

#onopenObject

{{{



424
425
426
427
428
429
# File 'lib/cpee-frames/implementation.rb', line 424

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