JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
pt.ua.dicoogle.sdk.utils.query
Interface ForEachAdapter
public interface
ForEachAdapter
This interface models the For Each method used in
Query
.
See Also:
Query
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
forEach
(
SearchResult
rs)
This method is executed each time an SearchResult is available.
Method Detail
forEach
void
forEach
(
SearchResult
rs)
This method is executed each time an SearchResult is available.
Parameters:
rs
- The return result.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method