Interface TOBOEntityListener<T extends TOBOEntityChannel>


public interface TOBOEntityListener<T extends TOBOEntityChannel>
  • Method Details

    • initialise

      void initialise(com.caplin.datasource.blotter.BlotterConfiguration configuration, BlotterItemFactory blotterItemFactory)
    • toboEntityChannelOpened

      void toboEntityChannelOpened(T toboEntityChannel)
    • toboEntityChannelClosed

      void toboEntityChannelClosed(T toboEntityChannel)