eXo Kernel :: Component :: Common Service 2.4.11-UXP01

Uses of Class
org.exoplatform.services.listener.Listener

Packages that use Listener
org.exoplatform.services.listener This package provides classes to manage Listener
 

Uses of Listener in org.exoplatform.services.listener
 

Subclasses of Listener in org.exoplatform.services.listener
protected  class ListenerService.AsynchronousListener<S,D>
          This AsynchronousListener is a wrapper for original listener, that executes wrapped listeners onEvent() in separate thread.
 

Methods in org.exoplatform.services.listener with parameters of type Listener
 void ListenerService.addListener(Listener listener)
          This method is used to register a ListenerService.AsynchronousListener to the events of the same name.
 void ListenerService.addListener(String eventName, Listener listener)
          This method is used to register a new ListenerService.AsynchronousListener.
 

Constructors in org.exoplatform.services.listener with parameters of type Listener
ListenerService.AsynchronousListener(Listener<S,D> listener)
           
ListenerService.RunListener(Listener<S,D> listener, Event<S,D> event)
           
 


eXo Kernel :: Component :: Common Service 2.4.11-UXP01

Copyright © 2014 eXo Platform SAS. All Rights Reserved.