| Package | Description |
|---|---|
| de.flapdoodle.transition.initlike |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTypedListener |
ImmutableTypedListener.Builder.build()
Builds a new
ImmutableTypedListener. |
static ImmutableTypedListener |
ImmutableTypedListener.copyOf(InitListener.TypedListener instance)
Creates an immutable copy of a
InitListener.TypedListener value. |
ImmutableTypedListener |
ImmutableTypedListener.withStateReachedListener(InitListener.StateListener<?>... elements)
Copy the current immutable object with elements that replace the content of
stateReachedListener. |
ImmutableTypedListener |
ImmutableTypedListener.withStateReachedListener(Iterable<? extends InitListener.StateListener<?>> elements)
Copy the current immutable object with elements that replace the content of
stateReachedListener. |
ImmutableTypedListener |
ImmutableTypedListener.withStateTearDownListener(InitListener.StateListener<?>... elements)
Copy the current immutable object with elements that replace the content of
stateTearDownListener. |
ImmutableTypedListener |
ImmutableTypedListener.withStateTearDownListener(Iterable<? extends InitListener.StateListener<?>> elements)
Copy the current immutable object with elements that replace the content of
stateTearDownListener. |
Copyright © 2017. All rights reserved.