Package org.exoplatform.commons.api.event

Provides the API for event manager system.

See:
          Description

Interface Summary
EventListener<S,D> This used to process all the dedicated work which be delegated from EventManager To adapt with event manager system then all listeners should be implemented this interface.
EventManager<S,D> This is the central point of the event system where listeners are registered (and/or unregistered) and events fired.
 

Package org.exoplatform.commons.api.event Description

Provides the API for event manager system. It contains the interfaces which are a central point of the event system (EventManager) and a generic listener (EventListener)



Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.