com.bmc.arsys.api
Interface IARRowIterator
public interface IARRowIterator
Provides the callback function for
getListEntryObjects
.
Implement this interface and use an object of the implemented class to provide a callback function for
the form of getListEntryObjects method that applies the callback to each Entry
object that it retrieves.
- See Also:
getListEntryObjects
iteratorCallback
void iteratorCallback(Entry entry)
- Method called by
getListEntryObjects
on each each Entry
object that it retrieves.
- Parameters:
entry
- Entry
object to process
© Copyright 2006, 2007 BMC Software, Inc.