Namespace Dnn.PersonaBar.Library.AppEvents
Classes
EventsController
Interfaces
IAppEvents
This interface defines methods that need to be called at various points during the application lifecycle. All modules that need to have any housekeeping applied during these events, need to create a concrete class that extends this interface. The main application start event will enumerate these (through reflection) and call the related methods in these classes.
IEventsController
ISkinEvents
This interface defines methods that need to be called in skins lifecycle.