Introduced in: 3 Jun 2006 by Mikael Karlsson <mikael@creado.se>
Behaviours: gen_event.
Authors: Mikael Karlsson (mikael@creado.se).
See also: yapp_handler.
Listens for hup events from the Yaws event manager and makes sure that the yapp_handler reinitialise all yapps in case a hup (which resets the Yaws configuration from yaws.conf) occurs.
add_handler/2 | |
code_change/3 | |
handle_call/2 | |
handle_event/2 | |
handle_info/2 | |
init/1 | |
terminate/2 |
add_handler(EventManager, YappServer) -> 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()
terminate(Reason, State) -> any()
Generated by EDoc, Dec 20 2013, 11:51:26.