Improved build.xml
[vimdoclet.git] / sample / java.util.TooManyListenersException.txt
blobc2ef2644d4a07d7ebdff2e9ef661b3bfdc50a73f
1 *java.util.TooManyListenersException* *TooManyListenersException* 
2  The  TooMany
4 public class TooManyListenersException
5   extends    |java.lang.Exception|
7 |java.util.TooManyListenersException_Description|
8 |java.util.TooManyListenersException_Fields|
9 |java.util.TooManyListenersException_Constructors|
10 |java.util.TooManyListenersException_Methods|
12 ================================================================================
14 *java.util.TooManyListenersException_Constructors*
15 |java.util.TooManyListenersException()|Constructs a TooManyListenersException w
16 |java.util.TooManyListenersException(String)|Constructs a TooManyListenersExcep
18 *java.util.TooManyListenersException_Description*
20 The TooManyListenersException Exception is used as part of the Java Event model 
21 to annotate and implement a unicast special case of a multicast Event Source. 
23 The presence of a "throws TooManyListenersException" clause on any given 
24 concrete implementation of the normally multicast "void addXyzEventListener" 
25 event listener registration pattern is used to annotate that interface as 
26 implementing a unicast Listener special case, that is, that one and only one 
27 Listener may be registered on the particular event listener source 
28 concurrently. 
31 *java.util.TooManyListenersException()*
33 public TooManyListenersException()
35 Constructs a TooManyListenersException with no detail message. A detail message 
36 is a String that describes this particular exception. 
39 *java.util.TooManyListenersException(String)*
41 public TooManyListenersException(java.lang.String s)
43 Constructs a TooManyListenersException with the specified detail message. A 
44 detail message is a String that describes this particular exception. 
46     s - the detail message