T - the type of object stored in the namespacepublic interface BindListener<T>
BindListener
to a NamespaceBuilder will cause it to be invoked on every entry
added.| Modifier and Type | Method and Description |
|---|---|
void |
boundName(T entry,
String name)
Signals the association of the specified object and name.
|
void boundName(T entry, String name)
NamespaceBuilder will call this for every successfully
added namespace entry.entry - the object added to the namespacename - the name associated with the object. This may
not be the same as requested by the add, depending on collision
policy.Copyright © 2016 Actian Corporation. All rights reserved.