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 Modifier and Type 方法 描述 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 Modifier and Type 方法 描述 Object
BeanContextServices. getService(BeanContextChild child, Object requestor, Class<?> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)
ABeanContextChild
或与BeanContextChild
相关联的任何任意对象可以通过调用该方法从其嵌套BeanContextServices
获得对当前注册服务的引用。Object
BeanContextServicesSupport. getService(BeanContextChild child, Object requestor, Class<?> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)
obtain a service which may be delegated
-