Behaviours: gen_event.
| code_change/3 | |
| get_history/1 | |
| handle_call/2 | |
| handle_event/2 | |
| handle_info/2 | |
| init/1 | |
| terminate/2 |
code_change(X1, X2, State) -> any()
get_history(Mgr::escalus_event:manager()) -> list()
handle_call(X1, State) -> any()
handle_event(Event, State) -> any()
handle_info(X1, State) -> any()
init(X1) -> any()
terminate(X1, X2) -> any()
Generated by EDoc