GenEvent.handle_info

You're seeing just the callback handle_info, go back to GenEvent module for more information.

Specs

handle_info(msg :: term(), state :: term()) ::
  {:ok, new_state} | {:ok, new_state, :hibernate} | :remove_handler
when new_state: term()