KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > naming > event > NamespaceChangeListener

javax.naming.event
Interface NamespaceChangeListener

All Superinterfaces:
EventListener, NamingListener
See Also:
Top Examples, Source Code, NamingEvent, ObjectChangeListener, EventContext, EventDirContext

void objectAdded(NamingEvent evt)
See Also:
NamingEvent.OBJECT_ADDED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void objectRemoved(NamingEvent evt)
See Also:
NamingEvent.OBJECT_REMOVED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void objectRenamed(NamingEvent evt)
See Also:
NamingEvent.OBJECT_RENAMED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags