Uses of Interface
org.eclipse.net4j.util.event.IEvent
Packages that use IEvent
Package
Description
A generic caching and memory monitoring framework.
Additional collection-like interfaces and classes.
A framework of notifying collections and wiring containers.
A framework for sending of and listening to events.
A framework for finite state machines.
A framework for components with a simple lifecycle.
Interfaces and classes for platform-independent logging.
Interfaces and classes for platform-independent progress monitoring.
Interfaces and classes for platform-independent preference management.
A framework for option containers that fire change events.
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 IEvent in org.eclipse.net4j.util.cache
Subinterfaces of IEvent in org.eclipse.net4j.util.cache -
Uses of IEvent in org.eclipse.net4j.util.collection
Subinterfaces of IEvent in org.eclipse.net4j.util.collection -
Uses of IEvent in org.eclipse.net4j.util.container
Subinterfaces of IEvent in org.eclipse.net4j.util.containerModifier and TypeInterfaceDescriptioninterface
Classes in org.eclipse.net4j.util.container that implement IEventModifier and TypeClassDescriptionclass
A defaultcontainer event
implementation.class
Acontainer event
with a single elementdelta
.Methods in org.eclipse.net4j.util.container with parameters of type IEventModifier and TypeMethodDescriptionvoid
void
final void
ContainerEventAdapter.notifyEvent
(IEvent event) void
LifecycleEventConverter.notifyEvent
(IEvent event) void
SelfAttachingContainerListener.notifyEvent
(IEvent event) protected void
ContainerEventAdapter.notifyOtherEvent
(IEvent event) protected void
SelfAttachingContainerListener.Delegating.notifyOtherEvent
(IEvent event) protected void
SelfAttachingContainerListener.notifyOtherEvent
(IEvent event) -
Uses of IEvent in org.eclipse.net4j.util.event
Classes in org.eclipse.net4j.util.event that implement IEventModifier and TypeClassDescriptionclass
A default implementation of anevent
.class
AnIEvent
that is fired after a method has called a handler multiple times.final class
class
ValueEvent<VALUE>
AnIEvent
fired fromvalue notifiers
after value changes.Fields in org.eclipse.net4j.util.event declared as IEventMethods in org.eclipse.net4j.util.event with type parameters of type IEventModifier and TypeMethodDescriptionstatic <E extends IEvent>
AutoCloseableEventUtil.addListener
(Object notifier, Class<E> eventType, Consumer<E> eventConsumer) Methods in org.eclipse.net4j.util.event with parameters of type IEventModifier and TypeMethodDescriptionvoid
void
void
EventPrinter.notifyEvent
(IEvent event) void
IListener.notifyEvent
(IEvent event) final void
ThrowableEventAdapter.notifyEvent
(IEvent event) protected void
ThrowableEventAdapter.notifyOtherEvent
(IEvent event) -
Uses of IEvent in org.eclipse.net4j.util.fsm
Classes in org.eclipse.net4j.util.fsm that implement IEvent -
Uses of IEvent in org.eclipse.net4j.util.lifecycle
Subinterfaces of IEvent in org.eclipse.net4j.util.lifecycleModifier and TypeInterfaceDescriptioninterface
Classes in org.eclipse.net4j.util.lifecycle that implement IEventMethods in org.eclipse.net4j.util.lifecycle with parameters of type IEventModifier and TypeMethodDescriptionprotected void
LifecycleHook.delegateEvent
(T delegate, IEvent event) final void
LifecycleEventAdapter.notifyEvent
(IEvent event) protected void
LifecycleEventAdapter.notifyOtherEvent
(IEvent event) -
Uses of IEvent in org.eclipse.net4j.util.om.log
Classes in org.eclipse.net4j.util.om.log that implement IEventModifier and TypeClassDescriptionstatic final class
static final class
static class
static final class
-
Uses of IEvent in org.eclipse.net4j.util.om.monitor
Classes in org.eclipse.net4j.util.om.monitor that implement IEvent -
Uses of IEvent in org.eclipse.net4j.util.om.pref
Subinterfaces of IEvent in org.eclipse.net4j.util.om.prefModifier and TypeInterfaceDescriptioninterface
-
Uses of IEvent in org.eclipse.net4j.util.options
Subinterfaces of IEvent in org.eclipse.net4j.util.optionsModifier and TypeInterfaceDescriptioninterface
Classes in org.eclipse.net4j.util.options that implement IEvent -
Uses of IEvent in org.eclipse.net4j.util.ui
Methods in org.eclipse.net4j.util.ui with parameters of type IEvent -
Uses of IEvent in org.eclipse.net4j.util.ui.actions
Methods in org.eclipse.net4j.util.ui.actions with parameters of type IEventModifier and TypeMethodDescriptionvoid
SashLayoutAction.Horizontal.notifyEvent
(IEvent event) void
SashLayoutAction.Vertical.notifyEvent
(IEvent event) -
Uses of IEvent in org.eclipse.net4j.util.ui.container
Methods in org.eclipse.net4j.util.ui.container with parameters of type IEvent -
Uses of IEvent in org.eclipse.net4j.util.ui.views
Methods in org.eclipse.net4j.util.ui.views with parameters of type IEventModifier and TypeMethodDescriptionprotected void
ContainerItemProvider.handleElementEvent
(IEvent event) protected void
ContainerView.ContainerViewItemProvider.handleElementEvent
(IEvent event) protected void
ContainerView.handleElementEvent
(IEvent event) void
ContainerItemProvider.LeafNode.notifyEvent
(IEvent event) -
Uses of IEvent in org.eclipse.net4j.util.ui.widgets
Classes in org.eclipse.net4j.util.ui.widgets that implement IEvent