eXo Kernel :: Component :: Common Service 2.5.0-Alpha2

org.exoplatform.services.listener
Class ListenerService.RunListener<S,D>

java.lang.Object
  extended by org.exoplatform.services.listener.ListenerService.RunListener<S,D>
All Implemented Interfaces:
Runnable
Enclosing class:
ListenerService

protected class ListenerService.RunListener<S,D>
extends Object
implements Runnable

This thread executes listener.onEvent(event) method.


Constructor Summary
ListenerService.RunListener(Listener<S,D> listener, Event<S,D> event)
           
 
Method Summary
 void run()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenerService.RunListener

public ListenerService.RunListener(Listener<S,D> listener,
                                   Event<S,D> event)
Method Detail

run

public void run()

Specified by:
run in interface Runnable

eXo Kernel :: Component :: Common Service 2.5.0-Alpha2

Copyright © 2013 eXo Platform SAS. All Rights Reserved.