class Aws::EventEmitter

def on(type, callback)

def on(type, callback)
  (@listeners[type] ||= []) << callback
end