Interface GenericBrowsingSession

All Superinterfaces:
BrowsingSession, ObjectProxy, Subscribable
All Known Subinterfaces:
CursorBrowsingSession

@Deprecated public interface GenericBrowsingSession extends BrowsingSession
Deprecated.
Use PopupBrowser instead.
Instances of this interface are used for browsing material with bank-wise access to the filter columns.
Since:
API version 1
See Also:
  • Method Details

    • name

      StringValue name()
      Deprecated.
      Value that reports the name of the browsing session.
      Since:
      API version 2
    • addNameObserver

      @Deprecated void addNameObserver(int maxCharacters, String textWhenUnassigned, StringValueChangedCallback callback)
      Deprecated.
      Use
      Registers an observer that reports the name of the browsing session.
      Parameters:
      callback - a callback function that receives a single string argument.
      Since:
      API version 1