poser
A C framework for POsix SERvices
Loading...
Searching...
No Matches
event.h File Reference

declarations for the PSC_Event class More...

#include <poser/decl.h>

Go to the source code of this file.

Typedefs

typedef void(* PSC_EventHandler) (void *receiver, void *sender, void *args)
 An event handler.
 

Detailed Description

declarations for the PSC_Event class

Typedef Documentation

◆ PSC_EventHandler

typedef void(* PSC_EventHandler) (void *receiver, void *sender, void *args)

An event handler.

Parameters
receiverthe object that subscribed to the event
senderthe object that raised the event
argsoptional event arguments