org.eclipse.net4j.util.event
Class ExecutorServiceNotifier

java.lang.Object
  extended by org.eclipse.net4j.util.event.Notifier
      extended by org.eclipse.net4j.util.event.ExecutorServiceNotifier
All Implemented Interfaces:
INotifier
Direct Known Subclasses:
ExecutorServiceNotifier.ThreadPool

Deprecated.

@Deprecated
public class ExecutorServiceNotifier
  
extends Notifier

Deprecated.

Since:
2.0

Nested Class Summary
static class ExecutorServiceNotifier.ThreadPool
          Deprecated. 
 
Constructor Summary
ExecutorServiceNotifier()
          Deprecated.  
 
Method Summary
 ExecutorService getNotificationService()
          Deprecated.  
 void setNotificationExecutorService(ExecutorService notificationExecutorService)
          Deprecated.  
 
Methods inherited from class org.eclipse.net4j.util.event.Notifier
addListener, fireEvent, fireEvent, fireEvent, fireThrowable, firstListenerAdded, getListeners, hasListeners, lastListenerRemoved, removeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutorServiceNotifier

public ExecutorServiceNotifier()
Deprecated. 
Method Detail

getNotificationService

public ExecutorService getNotificationService()
Deprecated. 
Overrides:
getNotificationService in class Notifier

setNotificationExecutorService

public void setNotificationExecutorService(ExecutorService notificationExecutorService)
Deprecated. 


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.