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 <geoffroy.jamgotchian at rte-france.com>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    closed(String streamName)
     
    void
    opened(String streamName)
     
  • Method Details

    • opened

      void opened(String streamName)
    • closed

      void closed(String streamName)