Behaviours: gen_event.
| code_change/3 | |
| handle_call/2 | |
| handle_event/2 | |
| handle_info/2 | |
| init/1 | |
| notify_reload/1 | |
| start_link/0 | |
| subscribe/2 | |
| subscribe_onload/1 | |
| subscribe_onnew/1 | |
| terminate/2 |
code_change(OldVsn, State, Extra) -> any()
handle_call(Request, State) -> any()
handle_event(X1, State) -> any()
handle_info(Info, State) -> any()
init(X1) -> any()
notify_reload(Event) -> any()
start_link() -> any()
subscribe(Event, Function) -> any()
subscribe_onload(Function) -> any()
subscribe_onnew(Function) -> any()
terminate(Args, State) -> any()
Generated by EDoc