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