Package com.luciad.fusion.tilestore
Interface ILfnQueryHandler
- All Superinterfaces:
ILfnFailureHandler
A handler for the results of a Tile Store query.
- Since:
- 10.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
done()
Indicates that all results have been retrieved.void
got
(ALfnResourceMetadata aResourceMetadata) Indicates a single result is available.Methods inherited from interface com.luciad.fusion.tilestore.ILfnFailureHandler
cancelled, interrupted, threw, threw, threw
-
Method Details
-
got
Indicates a single result is available.- Parameters:
aResourceMetadata
- the result
-
done
void done()Indicates that all results have been retrieved.
-