Behaviours: gen_server.
| code_change/3 | |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| init/1 | |
| start_link/2 | |
| terminate/2 |
code_change() -> term()
handle_call() -> term()
handle_cast() -> term()
handle_info() -> term()
init() -> term()
start_link() -> term()
terminate() -> term()
Generated by EDoc, Oct 4 2007, 01:11:07.