public interface LoadingStatusListenerI
Implementations of this interface can register with components that perform asynchronous loading operations (e.g. table models, data providers) to receive notifications when the loading process has completed and the data is ready for use.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
void |
readyLoading()
Invoked when the associated component or model has finished loading data and is ready for use.
|
static final java.lang.String $0
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.