public class LDAPEntryChangedEvent extends Object
| Constructor and Description |
|---|
LDAPEntryChangedEvent(Object source,
org.forgerock.opendj.ldap.Entry entry)
Constructor of the event.
|
| Modifier and Type | Method and Description |
|---|---|
org.forgerock.opendj.ldap.Entry |
getEntry()
Returns the entry that has been modified (the object contains the new
values of the entry).
|
Object |
getSource()
Returns the source of the event.
|
public LDAPEntryChangedEvent(Object source, org.forgerock.opendj.ldap.Entry entry)
source - the source of the event.entry - the entry that has been modified (the object contains the new
values of the entry).public org.forgerock.opendj.ldap.Entry getEntry()
public Object getSource()
Copyright © 2010-2020 Wren Security. All Rights Reserved.