Behaviours: gen_event.
code_change/3 | |
handle_call/2 | |
handle_event/2 | |
handle_info/2 | |
init/1 | |
terminate/2 |
code_change(OldVsn, State, Extra) -> any()
handle_call(X1, State) -> any()
handle_event(Event, Pid) -> any()
handle_info(X1, State) -> any()
init(X1) -> any()
terminate(Reason, State) -> any()
Generated by EDoc