JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.yamcs.timeline
Interface BatchObserver<T>
public interface
BatchObserver<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
complete
(
T
summary)
void
completeExceptionally
(
Throwable
t)
Method Details
complete
void
complete
(
T
summary)
completeExceptionally
void
completeExceptionally
(
Throwable
t)