Behaviours: gen_event.
| add_callback/1 | |
| add_handler/2 | |
| add_sup_callback/1 | |
| add_sup_handler/2 | |
| code_change/3 | |
| handle_call/2 | |
| handle_event/2 | |
| handle_info/2 | |
| init/1 | |
| start_link/0 | |
| terminate/2 | |
| update/1 |
add_callback(Fn) -> any()
add_handler(Handler, Args) -> any()
add_sup_callback(Fn) -> any()
add_sup_handler(Handler, Args) -> any()
code_change(OldVsn, State, Extra) -> any()
handle_call(Request, State) -> any()
handle_event(Event, State) -> any()
handle_info(Info, State) -> any()
init(X1) -> any()
start_link() -> any()
terminate(Reason, State) -> any()
update(LocalState) -> any()
Generated by EDoc