Interface ILfnQueryHandler

All Superinterfaces:
ILfnFailureHandler

public interface ILfnQueryHandler extends ILfnFailureHandler
A handler for the results of a Tile Store query.
Since:
10.0
  • Method Details

    • got

      void got(ALfnResourceMetadata aResourceMetadata)
      Indicates a single result is available.
      Parameters:
      aResourceMetadata - the result
    • done

      void done()
      Indicates that all results have been retrieved.