| public class java.util TooManyListenersException
|
Java SE 6 |
The TooManyListenersException Exception is used as part of
the Java Event model to annotate and implement a unicast special case of
a multicast Event Source.
The presence of a "throws TooManyListenersException" clause on any given concrete implementation of the normally multicast "void addXyzEventListener" 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.
| version | 1.14 05/11/17 |
| since | JDK1.1 |
| See also | java.util.EventObject, java.util.EventListener |
| Constructors | |||
|---|---|---|---|
| public | TooManyListenersException() Constructs a TooManyListenersException with no detail message. A detail message is a String that describes this particular exception. | ||
| public | TooManyListenersException(String s) Details
Constructs a TooManyListenersException with the specified detail message.
A detail message is a String that describes this particular exception.
| ||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|