Class BlotterContainerListener

  • All Implemented Interfaces:
    rx.functions.Action, rx.functions.Action1<java.lang.String>, rx.functions.Function

    public class BlotterContainerListener
    extends java.lang.Object
    implements rx.functions.Action1<java.lang.String>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void call​(java.lang.String requestId)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BlotterContainerListener

        @Inject
        public BlotterContainerListener​(@Nonnull
                                        BlotterFactory blotterFactory,
                                        @Nonnull
                                        java.lang.String username,
                                        @Nonnull
                                        com.caplin.datasource.blotter.BlotterChannel channel,
                                        @Nonnull
                                        UserBlotterManager blotterManager)
    • Method Detail

      • call

        public void call​(java.lang.String requestId)
        Specified by:
        call in interface rx.functions.Action1<java.lang.String>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object