public interface EntryReadListener
| Modifier and Type | Method and Description |
|---|---|
void |
entryRead(EntryReadEvent ev)
Notifies that an entry was successfully read.
|
void |
entryReadError(EntryReadErrorEvent ev)
Notifies that an error reading an entry.
|
void entryRead(EntryReadEvent ev)
ev - the event containing the search result.void entryReadError(EntryReadErrorEvent ev)
ev - the event describing the error.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.