5.2. Server event handlers - Server event handlers
Server event handlers might be overloaded in user-defined context classes in order to handle events passed from the same or other applications running on an ODABA server. Server events are sent, only, for object instances, which are actively used in an application, i.e. instances selected in an application property handle or collections opened in a property handle.
Functions
- notifyClose - Access handle close notification handler
- notifyCreate - Instance create notification handler
- notifyDelete - Instance delete notification handler
- notifyDirty - Dirty notification handler
- notifyInsert - Property insert notification handler
- notifyOpen - Access handle open notification
- notifyRemove - Property remove notification handler
- notifyUpdate - Instance/property update notification handler