Behaviours: gen_event.
| code_change/3 | |
| handle_call/2 | |
| handle_event/2 | |
| handle_info/2 | |
| init/1 | |
| terminate/2 |
code_change(X1, State, X3) -> any()
handle_call(Request, State) -> any()
handle_event(Event, State) -> any()
handle_info(X1, State) -> any()
init(Args) -> any()
terminate(X1, State) -> any()
Generated by EDoc