Uses of Class
java.util.TooManyListenersException
-
Packages that use TooManyListenersException 软件包 描述 java.awt.dnd 拖放是在许多图形用户界面系统中发现的直接操纵手势,其提供了在GUI中与表示元素逻辑相关联的两个实体之间传递信息的机制。java.beans.beancontext 提供与bean上下文相关的类和接口。 -
-
Uses of TooManyListenersException in java.awt.dnd
Methods in java.awt.dnd that throw TooManyListenersException 变量和类型 方法 描述 void
DragGestureRecognizer. addDragGestureListener(DragGestureListener dgl)
注册一个新的DragGestureListener
。void
DragSourceContext. addDragSourceListener(DragSourceListener dsl)
添加DragSourceListener
这个DragSourceContext
如果一个尚未加入。void
DropTarget. addDropTargetListener(DropTargetListener dtl)
添加新的DropTargetListener
(UNICAST SOURCE)。 -
Uses of TooManyListenersException in java.beans.beancontext
Methods in java.beans.beancontext that throw TooManyListenersException 变量和类型 方法 描述 Object
BeanContextServices. getService(BeanContextChild child, Object requestor, 类<?> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)
BeanContextChild
或与BeanContextChild
关联的任意对象可以通过调用此方法从其嵌套BeanContextServices
获取对当前已注册服务的引用。Object
BeanContextServicesSupport. getService(BeanContextChild child, Object requestor, 类<?> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)
obtain a service which may be delegated
-