JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.frankframework.ldap
Interface Callback<K,
V>
All Known Implementing Classes:
AbstractObjectCallback
public interface
Callback<K,
V>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
handle
(
K
key,
V
value)
Method Details
handle
void
handle
(
K
key,
V
value)