public class NestedInvalidationListenerBuilder extends Object
NestedInvalidationListenerHandle.| Modifier and Type | Class and Description |
|---|---|
class |
NestedInvalidationListenerBuilder.Buildable
A subtype of
NestedInvalidationListenerBuilder which can actually build a listener with NestedInvalidationListenerBuilder.Buildable.buildAttached(). |
| Modifier and Type | Method and Description |
|---|---|
static NestedInvalidationListenerBuilder |
forNesting(Nesting<?> nesting)
Creates a new builder for the specified nesting.
|
NestedInvalidationListenerBuilder.Buildable |
withListener(javafx.beans.InvalidationListener listener)
Specified the listener which will be added to the nesting.
|
public static NestedInvalidationListenerBuilder forNesting(Nesting<?> nesting)
nesting - the Nesting to which the listener will be addedpublic NestedInvalidationListenerBuilder.Buildable withListener(javafx.beans.InvalidationListener listener)
listener - the InvalidationListener which will be added to the nesting's inner observableNestedInvalidationListenerBuilder which provides a build-methodThis documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.