Copyright © 2013-2014 Marc Worrell
Behaviours: gen_event.
Authors: Marc Worrell.
| add_handler/0 | |
| code_change/3 | |
| delete_handler/0 | |
| handle_call/2 | |
| handle_event/2 | |
| handle_info/2 | |
| init/1 | |
| terminate/2 |
add_handler() -> any()
code_change(OldVsn, State, Extra) -> any()
delete_handler() -> any()
handle_call(Request, State) -> any()
handle_event(X1, State) -> any()
handle_info(Info, State) -> any()
init(X1) -> any()
terminate(Reason, State) -> any()
Generated by EDoc