T - type of componentpublic interface LazyComponents<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
addLazyComponentsListener(LazyComponentsListener<T> listener)
Add a lazy components initialization listener.
|
boolean |
isLazy()
Get the lazyness of this object.
|
boolean |
isLazyInitialized()
Check if the underlying lazy components are initialized.
|
boolean |
removeLazyComponentsListener(LazyComponentsListener<T> listener)
Remove an existing lazy components initialization listener.
|
boolean isLazy()
boolean isLazyInitialized()
boolean addLazyComponentsListener(LazyComponentsListener<T> listener)
listener - lazy components listenerboolean removeLazyComponentsListener(LazyComponentsListener<T> listener)
listener - lazy components listenerCopyright © 2018 FluentLenium. All Rights Reserved.