Package org.eclipse.net4j.util.event
Class ExecutorServiceNotifier
- java.lang.Object
- 
- org.eclipse.net4j.util.event.Notifier
- 
- org.eclipse.net4j.util.event.ExecutorServiceNotifier
 
 
- 
- All Implemented Interfaces:
- IExecutorServiceProvider,- INotifier,- INotifier.INotifier2
 - Direct Known Subclasses:
- ExecutorServiceNotifier.ThreadPool
 
 @Deprecated public class ExecutorServiceNotifier extends Notifier implements IExecutorServiceProvider Deprecated.Deprecated.- Since:
- 2.0
- Author:
- Eike Stepper
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classExecutorServiceNotifier.ThreadPoolDeprecated.- 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifierINotifier.INotifier2
 
- 
 - 
Constructor SummaryConstructors Constructor Description ExecutorServiceNotifier()Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.concurrent.ExecutorServicegetExecutorService()Deprecated.java.util.concurrent.ExecutorServicegetNotificationService()Deprecated.voidsetNotificationExecutorService(java.util.concurrent.ExecutorService notificationExecutorService)Deprecated.- 
Methods inherited from class org.eclipse.net4j.util.event.NotifieraddListener, addUniqueListener, fireEvent, fireEvent, fireEvent, fireThrowable, firstListenerAdded, getListeners, hasListener, hasListeners, lastListenerRemoved, listenerAdded, listenerRemoved, removeListener
 
- 
 
- 
- 
- 
Method Detail- 
getExecutorServicepublic java.util.concurrent.ExecutorService getExecutorService() Deprecated.- Specified by:
- getExecutorServicein interface- IExecutorServiceProvider
- Since:
- 3.6
 
 - 
getNotificationServicepublic java.util.concurrent.ExecutorService getNotificationService() Deprecated.- Overrides:
- getNotificationServicein class- Notifier
 
 - 
setNotificationExecutorServicepublic void setNotificationExecutorService(java.util.concurrent.ExecutorService notificationExecutorService) Deprecated.
 
- 
 
-