Class ListenerService.RunListener<S,D>

java.lang.Object
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 Details

  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable