Gjsify LogoGjsify Logo

Hierarchy

  • QueryProgressCallback

Callable

  • QueryProgressCallback(entry: GData.Entry, entry_key: number, entry_count: number): void
  • Callback function called for each #GDataEntry parsed in a #GDataFeed when loading the results of a query.

    It is called in the main thread, so there is no guarantee on the order in which the callbacks are executed, or whether they will be called in a timely manner. It is, however, guaranteed that they will all be called before the #GAsyncReadyCallback which signals the completion of the query is called.

    Parameters

    • entry: GData.Entry

      a new #GDataEntry

    • entry_key: number

      the key of the entry (zero-based index of its position in the feed)

    • entry_count: number

      the total number of entries in the feed

    Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method