<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Jul 28 01:21:15 GMT 1999 -->
<title>
  Class java.util.TooManyListenersException
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.util.html">This Package</a>  <a href="java.util.NoSuchElementException.html#_top_">Previous</a>  <a href="Package-java.util.html">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class java.util.TooManyListenersException
</h1>
<pre>
<a href="java.lang.Object.html#_top_">java.lang.Object</a>
   |
   +----<a href="java.lang.Throwable.html#_top_">java.lang.Throwable</a>
           |
           +----<a href="java.lang.Exception.html#_top_">java.lang.Exception</a>
                   |
                   +----java.util.TooManyListenersException
</pre>
<hr>
<dl>
  <dt> public class <b>TooManyListenersException</b>
  <dt> extends <a href="java.lang.Exception.html#_top_">Exception</a>
</dl>
<p>
 The <code> TooManyListenersException </code> Exception is used as part of
 the Java Event model to annotate and implement a unicast special case of
 a multicast Event Source.
 </p>
 <p>
 The presence of a <code> throws TooManyListenersException </code> clause
 on any given concrete implementation of the normally multicast semantic
 <italic> void add &lt EventListenerType &gt () </italic> event listener
 registration pattern is used to annotate that interface as implementing
 a unicast Listener special case, that is, that one and only one Listener
 may be registered on the particular event listener source concurrently.
 </p>
<p>
<dl>
    <dt> <b>See Also:</b>
    <dd> <a href="java.util.EventObject.html#_top_">EventObject</a>, <a href="java.util.EventListener.html#_top_">EventListener</a>
</dl>
<hr>
<a name="index"></a>
<h2>
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#TooManyListenersException()"><b>TooManyListenersException</b></a>()
  <dd>  Constructs a TooManyListenersException with no detail message.
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#TooManyListenersException(java.lang.String)"><b>TooManyListenersException</b></a>(String)
  <dd>  Constructs a TooManyListenersException with the specified detail message.
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="TooManyListenersException"></a>
<a name="TooManyListenersException()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>TooManyListenersException</b>
<pre>
 public TooManyListenersException()
</pre>
<dl>
  <dd> Constructs a TooManyListenersException with no detail message.
 A detail message is a String that describes this particular exception.
<p>
</dl>
<a name="TooManyListenersException(java.lang.String)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>TooManyListenersException</b>
<pre>
 public TooManyListenersException(<a href="java.lang.String.html#_top_">String</a> s)
</pre>
<dl>
  <dd> Constructs a TooManyListenersException with the specified detail message.
 A detail message is a String that describes this particular exception.
<p>
  <dd><dl>
    <dt> <b>Parameters:</b>
    <dd> s - the detail message
  </dl></dd>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-java.util.html">This Package</a>  <a href="java.util.NoSuchElementException.html#_top_">Previous</a>  <a href="Package-java.util.html">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>
