public interface ChainedOperationObserver<T extends Enum<T>> extends ChainedObserver
Modifier and Type | Method and Description |
---|---|
void |
begin(long time) |
void |
end(long time,
T result) |
void |
end(long time,
T result,
long... parameters) |
Copyright © 2018. All rights reserved.