Package org.eclipse.net4j.util.event
package org.eclipse.net4j.util.event
A framework for sending of and listening to events.
-
ClassDescriptionA default implementation of an
event
.Deprecated.Deprecated.AnIEvent
that is fired after a method has called a handler multiple times.A default implementation of anotifier
.Prints the stack traces of throwableevents
to aPrintStream
.ValueEvent<VALUE>AnIEvent
fired fromvalue notifiers
after value changes.ValueNotifier<VALUE>