Interface SymbolAndTypeSubscriptionController

    • Method Detail

      • add

        void add​(java.lang.CharSequence[] symbols,
                 java.lang.String[] types)
        Add symbols of certain types to the subscription.
        Parameters:
        symbols - symbols notations
        types - types (full names)
      • remove

        void remove​(java.lang.CharSequence[] symbols,
                    java.lang.String[] types)
        Remove symbols of certain types from the subscription.
        Parameters:
        symbols - symbols notations
        types - types (full names)