Register a listener as interested in receiving DiscoveryEvent notifications.
@param l the listener to register
@throws java.lang.NullPointerException this exception occurs whennull is input to the listener parameter l.
@throws java.lang.IllegalStateException this exception occurs whenthis method is called after the terminate method has been called.
@see DiscoveryEvent
@see #removeDiscoveryListener
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.