Skip to content

Object Created Event Overview

Backendless Real-Time Database can notify your application code when new objects are created in the database. The create event is triggered when new objects are stored in the database by using the Backendless Data API or in Backendless Console. A listener for the create event can be notified about either any new object (unconditional delivery) or only those which match a pattern expressed as a where clause (conditional delivery).

An event listener is an object which receives a callback when an event is triggered by the real-time database. To add an event listener, it is necessary to obtain a handler for a database table first. The handler provides methods for registering event listeners.