poser
A C framework for POsix SERvices
|
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. | |
declarations for the PSC_Event class
typedef void(* PSC_EventHandler) (void *receiver, void *sender, void *args) |
An event handler.
receiver | the object that subscribed to the event |
sender | the object that raised the event |
args | optional event arguments |