public interface IStatusAcceptor
extends java.util.function.Consumer<org.eclipse.core.runtime.IStatus>
IStatus
objects.Modifier and Type | Method and Description |
---|---|
void |
accept(org.eclipse.core.runtime.IStatus status)
Accepts the given status object.
|
default void |
done()
Informs this acceptor that there are no more status objects to accept.
|
void accept(org.eclipse.core.runtime.IStatus status)
accept
in interface java.util.function.Consumer<org.eclipse.core.runtime.IStatus>
status
- not null
default void done()
Default implementation does nothing.
Copyright (c) 2014, 2020 1C-Soft LLC and others. Made available under the Eclipse Public License 2.0