@Value.Immutable public abstract static class InitListener.Simple extends Object implements InitListener
InitListener.Simple, InitListener.StateListener<T>, InitListener.TypedListener| Constructor and Description |
|---|
Simple() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Optional<BiConsumer<NamedType<?>,Object>> |
onStateReached() |
<T> void |
onStateReached(NamedTypeAndValue<T> stateAndValue) |
<T> void |
onStateTearDown(NamedTypeAndValue<T> stateAndValue) |
protected abstract Optional<BiConsumer<NamedType<?>,Object>> |
onTearDown() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilder, of, typedBuilderprotected abstract Optional<BiConsumer<NamedType<?>,Object>> onStateReached()
protected abstract Optional<BiConsumer<NamedType<?>,Object>> onTearDown()
public <T> void onStateReached(NamedTypeAndValue<T> stateAndValue)
onStateReached in interface InitOnStateReachedpublic <T> void onStateTearDown(NamedTypeAndValue<T> stateAndValue)
onStateTearDown in interface InitOnStateTearDownCopyright © 2017. All rights reserved.