yz_events.
| add_guarded_handler/2 | |
| code_change/3 | |
| create_table/0 | Called by yz_general_sup to create the p ETS table used to
track registered events. |
| handle_call/2 | |
| handle_event/2 | |
| handle_info/2 | |
| init/1 | |
| start_link/0 | |
| terminate/2 |
add_guarded_handler(Handler, Args) -> any()
code_change(X1, S, X3) -> any()
create_table() -> ok
Called by yz_general_sup to create the p ETS table used to
track registered events. Created when we add the handler after the supervisor
is already up for yz_events.
handle_call(Req, S) -> any()
handle_event(Msg, S) -> any()
handle_info(X1, S) -> any()
init(X1) -> any()
start_link() -> any()
terminate(Reason, S) -> any()
Generated by EDoc