Module partisan_peer_service_events

Behaviours: gen_event.

Function Index

add_callback/1
add_handler/2
add_sup_callback/1
add_sup_handler/2
code_change/3
handle_call/2
handle_event/2
handle_info/2
init/1
start_link/0
terminate/2
update/1

Function Details

add_callback/1

add_callback(Fn) -> any()

add_handler/2

add_handler(Handler, Args) -> any()

add_sup_callback/1

add_sup_callback(Fn) -> any()

add_sup_handler/2

add_sup_handler(Handler, Args) -> any()

code_change/3

code_change(OldVsn, State, Extra) -> any()

handle_call/2

handle_call(Request, State) -> any()

handle_event/2

handle_event(Event, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(X1) -> any()

start_link/0

start_link() -> any()

terminate/2

terminate(Reason, State) -> any()

update/1

update(LocalState) -> any()


Generated by EDoc