Package org.exoplatform.commons.api.event


package org.exoplatform.commons.api.event
Provides the API for the event manager system. It contains interfaces which are the central point of event system (EventManager) and generic listener (EventListener).
  • Interfaces
    Class
    Description
    Processes all the dedicated works which are delegated from EventManager.
    Is the central point of the event system where listeners are registered (and/or unregistered) and events are fired.