Uses of Interface
org.eclipse.net4j.util.event.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
-
Uses of IEvent in org.eclipse.net4j.util.collection
-
Uses of IEvent in org.eclipse.net4j.util.container
Modifier and TypeInterfaceDescriptioninterface
Modifier and TypeClassDescriptionclass
A defaultcontainer event
implementation.class
Acontainer event
with a single elementdelta
.Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionstatic <E extends IEvent>
AutoCloseableEventUtil.addListener
(Object notifier, Class<E> eventType, Consumer<E> eventConsumer) Modifier 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
-
Uses of IEvent in org.eclipse.net4j.util.lifecycle
Modifier and TypeInterfaceDescriptioninterface
Modifier 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
Modifier and TypeClassDescriptionstatic final class
static final class
static class
static final class
-
Uses of IEvent in org.eclipse.net4j.util.om.monitor
-
Uses of IEvent in org.eclipse.net4j.util.om.pref
Modifier and TypeInterfaceDescriptioninterface
-
Uses of IEvent in org.eclipse.net4j.util.options
Modifier and TypeInterfaceDescriptioninterface
-
Uses of IEvent in org.eclipse.net4j.util.ui
-
Uses of IEvent in org.eclipse.net4j.util.ui.actions
Modifier and TypeMethodDescriptionvoid
SashLayoutAction.Horizontal.notifyEvent
(IEvent event) void
SashLayoutAction.Vertical.notifyEvent
(IEvent event) -
Uses of IEvent in org.eclipse.net4j.util.ui.container
-
Uses of IEvent in org.eclipse.net4j.util.ui.views
Modifier 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