Package com.powsybl.commons.datasource
Interface DataSourceObserver
-
- All Known Implementing Classes:
DefaultDataSourceObserver
public interface DataSourceObserver
An observer to be notified when a stream is opened or closed.- Author:
- Geoffroy Jamgotchian
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
closed(String streamName)
void
opened(String streamName)
-