Entry Event
Fired once for each entry retrieved.
Syntax
public void fireEntry(OdataEntryEvent event); public class OdataEntryEvent { public String id; public String title; public String summary; public String ETag; }
Remarks
The Entry event is fired once for each entry found in the response.
The entry properties are provided through EntryProperties.
The entry links are provided through EntryLinks.