Name

struct _EEventHook — An event hook.

Synopsis

struct _EEventHook {
  EPluginHook hook;
};  

Members

hook

Superclass.

Description

The EEventHook class loads and manages the meta-data required to track event listeners. Unlike other hook types, there is a 1:1 match between an EEventHook instance class and its EEvent instance.

When the hook is loaded, all of its event hooks are stored directly on the corresponding EEvent which is stored in its class static area.

Description

The EEventHook class loads and manages the meta-data required to track event listeners. Unlike other hook types, there is a 1:1 match between an EEventHook instance class and its EEvent instance.

When the hook is loaded, all of its event hooks are stored directly on the corresponding EEvent which is stored in its class static area.