class Aws::S3::EventStreams::SelectObjectContentEventStream

def on_cont_event(&block)

def on_cont_event(&block)
  @event_emitter.on(:cont, block) if block_given?
end