Package org.exoplatform.services.listener


package org.exoplatform.services.listener
This package provides classes to manage Listener.
  • Class
    Description
    Created 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.
    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
    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 the Listener when a given event is broadcasted.
    This ThreadFactory implementation is a copy of Executors$DefaultThreadFactory.