Class: BitGirder::Event::Logger::Testing::CodecRoundtripper

Inherits:
BitGirderClass
  • Object
show all
Defined in:
lib/bitgirder/event/logger/testing.rb

Instance Method Summary collapse

Instance Method Details

#event_logged(ev) ⇒ Object



38
39
40
41
42
# File 'lib/bitgirder/event/logger/testing.rb', line 38

def event_logged( ev )

    ev = BitGirder::Event::Testing.roundtrip( ev, @codec )
    @listener.event_logged( ev ) if @listener
end