Package org.exoplatform.services.listener
package org.exoplatform.services.listener
This package provides classes to manage
Listener.-
ClassDescriptionCreated by The eXo Platform SAS
This marker annotation shows that Listener must be executed in asynchronous way.Event<S,D> Created by The eXo Platform SAS
Event object.Listener<S,D> Created by The eXo Platform SAS
This class is registered with the Listener service and is invoked when an event with the same name is broadcasted.Created by The eXo Platform SAS
Listener Service is reponsible for notifying theListenerwhen a given event is broadcasted.This ThreadFactory implementation is a copy of Executors$DefaultThreadFactory.