| Interface javax.naming.event.EventContext | 1.3 |
| Datenelemente | |
|---|---|
| public final static int | OBJECT_SCOPE |
| public final static int | ONELEVEL_SCOPE |
| public final static int | SUBTREE_SCOPE |
| Methoden | |
|---|---|
| public void | addNamingListener(Name target, int scope, NamingListener l) |
| public void | addNamingListener(String target, int scope, NamingListener l) |
| public void | removeNamingListener(NamingListener l) |
| public boolean | targetMustExist() |