public class TooManyListenersException extends 异常
的 TooManyListenersException
例外作为java事件模型的一部分来诠释和实现单播组播的事件源的特殊情况。
一个“下投toomanylistenersexception”条款在任何具体实施的“空addxyzeventlistener通常组播”事件侦听注册模式是用来注释,接口实现单播侦听器的特殊情况,即,有且只有一个听众可注册的事件侦听器源同时。
EventObject
,
EventListener
,
Serialized Form
Constructor and Description |
---|
TooManyListenersException()
创建一个不含详细信息toomanylistenersexception。
|
TooManyListenersException(String s)
创建一个指定详细信息的toomanylistenersexception。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TooManyListenersException()
public TooManyListenersException(String s)
s
-详细信息
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.