@Override
public void receiveNotificationHook(Object obj) {
EventObject event = null;
// construct event
if (obj instanceof ECNotificationControl) {
ECNotificationControl control = (ECNotificationControl) obj;
event = constructNamingEvent(this, control, baseDN);
}
if (obj instanceof LdapResult) {
LdapResult ldapResult = (LdapResult) obj;