Interface DataSourceStatusProvider.StatusListener
-
- Enclosing interface:
- DataSourceStatusProvider
public static interface DataSourceStatusProvider.StatusListener
Interface for receiving status change notifications.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dataSourceStatusChanged(DataSourceStatusProvider.Status newStatus)
Called when any property of the data source status has changed.
-
-
-
Method Detail
-
dataSourceStatusChanged
void dataSourceStatusChanged(DataSourceStatusProvider.Status newStatus)
Called when any property of the data source status has changed.- Parameters:
newStatus
- the new status
-
-