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 方法 描述 voidDragGestureRecognizer. addDragGestureListener(DragGestureListener dgl)注册新的DragGestureListener。voidDragSourceContext. addDragSourceListener(DragSourceListener dsl)添加DragSourceListener这个DragSourceContext如果一个尚未加入。voidDropTarget. addDropTargetListener(DropTargetListener dtl)添加一个新的DropTargetListener(UNICAST SOURCE)。 -
Uses of TooManyListenersException in java.beans.beancontext
Methods in java.beans.beancontext that throw TooManyListenersException Modifier and Type 方法 描述 ObjectBeanContextServices. getService(BeanContextChild child, Object requestor, Class<?> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)ABeanContextChild或与BeanContextChild相关联的任何任意对象可以通过调用该方法从其嵌套BeanContextServices获得对当前注册服务的引用。ObjectBeanContextServicesSupport. getService(BeanContextChild child, Object requestor, Class<?> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)obtain a service which may be delegated
-