public class EntryReadEvent extends Object
Constructor and Description |
---|
EntryReadEvent(Object source,
CustomSearchResult sr)
The event constructor.
|
Modifier and Type | Method and Description |
---|---|
CustomSearchResult |
getSearchResult()
Returns the search result containing the entry that was read.
|
Object |
getSource()
Returns the source of the event.
|
public EntryReadEvent(Object source, CustomSearchResult sr)
source
- the source of the event.sr
- the search result containing the entry that was read.public Object getSource()
public CustomSearchResult getSearchResult()
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.