company logo

EventHandler - Event Handler Class

Inherits:  vcls

The class is a base class for supporting writing event handlers. It provides some basic functionality for setting and calling event handlers for handling server events.

One may derive project specific handler classes from EventHandler in order to provide handler functions for server events. One may overload the handler functions InstanceEventHandler() and PropertyEventHandler() for providing application specific event handling.

The event handler allows handling instance, property (collection) or local events. Instance and property events are client server events that are generated, when an instance or collection changes. Local events are those events, which are usually handled in the instance or property context. One may, however, set event handler for local events for a specific property handle, which allows overwriting or expanding context functions.

Attributes
    Functions