Module com.erudika.para.core
Package com.erudika.para.core.listeners
Listeners package.
- Author:
- Alex Bogdanovski [alex@erudika.com]
-
Interface Summary Interface Description AppCreatedListener This listener is executed when a new childAppis created.AppDeletedListener This listener is executed when a new childAppis deleted.AppSettingAddedListener This listener is executed when a setting is added to an application.AppSettingRemovedListener This listener is executed when a setting is removed from an application.DestroyListener This listener is executed when the Para.destroy() is called.InitializeListener This listener is executed when the Para.initialize() is called.IOListener Listens for create/read/update/delete events whenDAOis called. -
Class Summary Class Description WebhookIOListener Listens for IO events and forwards them to the registered webhooks, via a queue.