Class SearchBlotter

  • All Implemented Interfaces:
    com.caplin.datasource.blotter.BlotterApplicationListener, BlotterListener

    public class SearchBlotter
    extends java.lang.Object
    implements BlotterListener
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void blotterChannelClosed​(com.caplin.datasource.blotter.BlotterChannel channel)  
      void blotterChannelOpened​(com.caplin.datasource.blotter.BlotterChannel channel)  
      void initialise​(com.caplin.datasource.blotter.BlotterConfiguration configuration, BlotterItemFactory blotterItemFactory)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SearchBlotter

        public SearchBlotter​(SearchBlotterListener searchBlotterListener,
                             com.caplin.datasource.DataSource dataSource)
    • Method Detail

      • blotterChannelOpened

        public void blotterChannelOpened​(com.caplin.datasource.blotter.BlotterChannel channel)
        Specified by:
        blotterChannelOpened in interface com.caplin.datasource.blotter.BlotterApplicationListener
      • blotterChannelClosed

        public void blotterChannelClosed​(com.caplin.datasource.blotter.BlotterChannel channel)
        Specified by:
        blotterChannelClosed in interface com.caplin.datasource.blotter.BlotterApplicationListener