Behaviours: gen_event.
| code_change/3 | |
| handle_call/2 | |
| handle_event/2 | |
| handle_info/2 | |
| init/1 | |
| terminate/2 |
code_change(OldVsn::any(), State::#state{}, Extra::any()) -> {ok, #state{}}
handle_call(Request::any(), State::#state{}) -> {ok, any(), #state{}}
handle_event(Event, State) -> any()
handle_info(X1::any(), State::#state{}) -> {ok, #state{}}
init(Params::proplists:proplist()) -> {ok, #state{}} | {error, atom()}
terminate(Reason::any(), State::#state{}) -> {ok, list()}
Generated by EDoc, Aug 9 2023, 00:10:31.