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 Summary
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.INotifier
INotifier.INotifier2
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.void
setNotificationExecutorService
(ExecutorService notificationExecutorService) Deprecated.Methods inherited from class org.eclipse.net4j.util.event.Notifier
addListener, addUniqueListener, fireEvent, fireEvent, fireEvent, fireThrowable, firstListenerAdded, getListeners, hasListener, hasListeners, lastListenerRemoved, listenerAdded, listenerRemoved, removeListener
-
Constructor Details
-
ExecutorServiceNotifier
public ExecutorServiceNotifier()Deprecated.
-
-
Method Details
-
getExecutorService
Deprecated.- Specified by:
getExecutorService
in interfaceIExecutorServiceProvider
- Since:
- 3.6
-
getNotificationService
Deprecated.- Overrides:
getNotificationService
in classNotifier
-
setNotificationExecutorService
Deprecated.
-