Behaviours: gen_event.
References
| code_change/3 | |
| format_reason/1 | |
| handle_call/2 | |
| handle_event/2 | |
| handle_info/2 | |
| init/1 | |
| terminate/2 |
code_change(OldVsn, State, Extra) -> any()
format_reason(Reason) -> any()
handle_call(Request, State) -> any()
handle_event(Event, State) -> any()
handle_info(Info, State) -> any()
init(X1::any()) -> {ok, {}}
terminate(Reason, State) -> any()
Generated by EDoc