Uses of Interface
dev.webfx.platform.async.impl.Listener
Packages that use Listener
-
Uses of Listener in dev.webfx.platform.async.impl
Classes in dev.webfx.platform.async.impl that implement ListenerMethods in dev.webfx.platform.async.impl with parameters of type ListenerModifier and TypeMethodDescriptionvoidFailedFuture.addListener(Listener<T> listener) voidFutureImpl.addListener(Listener<T> listener) voidFutureInternal.addListener(Listener<T> listener) Add a listener to the future result.voidSucceededFuture.addListener(Listener<T> listener) voidFailedFuture.removeListener(Listener<T> listener) voidFutureImpl.removeListener(Listener<T> l) voidFutureInternal.removeListener(Listener<T> listener) Remove a listener to the future result.voidSucceededFuture.removeListener(Listener<T> listener)