Uses of Interface
org.eclipse.net4j.util.event.IListener
Packages that use IListener
Package
Description
Utility interfaces and classes commonly useful in concurrent programming.
A framework of notifying collections and wiring containers.
A framework for sending of and listening to events.
A framework for components with a simple lifecycle.
Interfaces and classes for platform-independent progress monitoring.
Interfaces and classes for general purpose registries.
Reusable UI components.
Reusable actions and action delegates.
An element wizard framework for managed containers.
Helpers for Eclipse view parts.
A library with reusable widgets.
-
Uses of IListener in org.eclipse.net4j.util.concurrent
Methods in org.eclipse.net4j.util.concurrent that return IListenerModifier and TypeMethodDescriptionfinal IListener[]
DelegableReentrantLock.getListeners()
TimerLifecycle.getListeners()
Methods in org.eclipse.net4j.util.concurrent with parameters of type IListenerModifier and TypeMethodDescriptionfinal void
DelegableReentrantLock.addListener
(IListener listener) void
TimerLifecycle.addListener
(IListener listener) final void
DelegableReentrantLock.removeListener
(IListener listener) void
TimerLifecycle.removeListener
(IListener listener) -
Uses of IListener in org.eclipse.net4j.util.container
Classes in org.eclipse.net4j.util.container that implement IListenerModifier and TypeClassDescriptionclass
class
class
static class
Constructors in org.eclipse.net4j.util.container with parameters of type IListenerModifierConstructorDescriptionDelegating
(IListener delegate) Delegating
(IListener delegate, boolean delegateContainerEvents) -
Uses of IListener in org.eclipse.net4j.util.event
Subinterfaces of IListener in org.eclipse.net4j.util.eventClasses in org.eclipse.net4j.util.event that implement IListenerModifier and TypeClassDescriptionclass
class
static class
Prints the stack traces of throwableevents
to aPrintStream
.Fields in org.eclipse.net4j.util.event declared as IListenerMethods in org.eclipse.net4j.util.event that return IListenerModifier and TypeMethodDescriptionstatic IListener[]
EventUtil.getListeners
(Object notifier) static IListener[]
EventUtil.getListeners
(Object notifier, Predicate<IListener> predicate) INotifier.getListeners()
Returns the listeners that are registered with this notifier.Notifier.getListeners()
static IListener[]
EventUtil.removeListeners
(Object notifier, Predicate<IListener> predicate) Methods in org.eclipse.net4j.util.event with parameters of type IListenerModifier and TypeMethodDescriptionstatic boolean
EventUtil.addListener
(Object notifier, IListener listener) void
INotifier.addListener
(IListener listener) Adds a listener to this notifier.void
Notifier.addListener
(IListener listener) static boolean
EventUtil.addUniqueListener
(Object notifier, IListener listener) boolean
INotifier.INotifier2.addUniqueListener
(IListener listener) Adds a listener to this notifier unless this notifier alreadycontains
the listener.boolean
Notifier.addUniqueListener
(IListener listener) void
static boolean
EventUtil.hasListener
(Object notifier, IListener listener) boolean
INotifier.INotifier2.hasListener
(IListener listener) Returnstrue
if this notifier contains the listener,false
otherwise.boolean
Notifier.hasListener
(IListener listener) protected void
Notifier.listenerAdded
(IListener listener) protected void
Notifier.listenerRemoved
(IListener listener) static boolean
EventUtil.removeListener
(Object notifier, IListener listener) void
INotifier.removeListener
(IListener listener) Removes a listener from this notifier.void
Notifier.removeListener
(IListener listener) Method parameters in org.eclipse.net4j.util.event with type arguments of type IListenerModifier and TypeMethodDescriptionstatic IListener[]
EventUtil.getListeners
(Object notifier, Predicate<IListener> predicate) static IListener[]
EventUtil.removeListeners
(Object notifier, Predicate<IListener> predicate) -
Uses of IListener in org.eclipse.net4j.util.lifecycle
Classes in org.eclipse.net4j.util.lifecycle that implement IListenerModifier and TypeClassDescriptionclass
-
Uses of IListener in org.eclipse.net4j.util.om.monitor
Methods in org.eclipse.net4j.util.om.monitor that return IListenerMethods in org.eclipse.net4j.util.om.monitor with parameters of type IListenerModifier and TypeMethodDescriptionvoid
NotifyingMonitor.addListener
(IListener listener) void
NotifyingMonitor.removeListener
(IListener listener) Constructors in org.eclipse.net4j.util.om.monitor with parameters of type IListener -
Uses of IListener in org.eclipse.net4j.util.registry
Methods in org.eclipse.net4j.util.registry that return IListenerMethods in org.eclipse.net4j.util.registry with parameters of type IListenerModifier and TypeMethodDescriptionvoid
UnmodifiableRegistry.addListener
(IListener listener) void
UnmodifiableRegistry.removeListener
(IListener listener) -
Uses of IListener in org.eclipse.net4j.util.ui
Classes in org.eclipse.net4j.util.ui that implement IListener -
Uses of IListener in org.eclipse.net4j.util.ui.actions
Classes in org.eclipse.net4j.util.ui.actions that implement IListenerModifier and TypeClassDescriptionclass
static class
static class
-
Uses of IListener in org.eclipse.net4j.util.ui.container
Classes in org.eclipse.net4j.util.ui.container that implement IListenerModifier and TypeClassDescriptionclass
static class
static class
-
Uses of IListener in org.eclipse.net4j.util.ui.views
Classes in org.eclipse.net4j.util.ui.views that implement IListenerModifier and TypeClassDescriptionclass
ContainerItemProvider<CONTAINER extends IContainer<Object>>
class
class
class
ContainerPathItemProvider<CONTAINER extends IContainer<Object>>
Deprecated.class
class
ItemProvider<INPUT>
class
Fields in org.eclipse.net4j.util.ui.views declared as IListenerModifier and TypeFieldDescriptionprotected IListener
ContainerItemProvider.AbstractContainerNode.containerListener
Methods in org.eclipse.net4j.util.ui.views that return IListenerModifier and TypeMethodDescriptionprotected IListener
ContainerView.Default.getContainerListener()
-
Uses of IListener in org.eclipse.net4j.util.ui.widgets
Methods in org.eclipse.net4j.util.ui.widgets that return IListenerMethods in org.eclipse.net4j.util.ui.widgets with parameters of type IListenerModifier and TypeMethodDescriptionvoid
SashComposite.addListener
(IListener listener) void
SashComposite.removeListener
(IListener listener)