Uses of Class
java.util.TooManyListenersException
Package
Description
Drag and Drop is a direct manipulation gesture found in many Graphical User
Interface systems that provides a mechanism to transfer information between
two entities logically associated with presentation elements in the GUI.
Provides classes and interfaces relating to bean context.
-
Uses of TooManyListenersException in java.awt.dnd
Modifier and TypeMethodDescriptionvoid
DragGestureRecognizer.addDragGestureListener
(DragGestureListener dgl) Register a newDragGestureListener
.void
DragSourceContext.addDragSourceListener
(DragSourceListener dsl) Add aDragSourceListener
to thisDragSourceContext
if one has not already been added.void
DropTarget.addDropTargetListener
(DropTargetListener dtl) Adds a newDropTargetListener
(UNICAST SOURCE). -
Uses of TooManyListenersException in java.beans.beancontext
Modifier and TypeMethodDescriptionBeanContextServices.getService
(BeanContextChild child, Object requestor, Class<?> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl) ABeanContextChild
, or any arbitrary object associated with aBeanContextChild
, may obtain a reference to a currently registered service from its nestingBeanContextServices
via invocation of this method.BeanContextServicesSupport.getService
(BeanContextChild child, Object requestor, Class<?> serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl) obtain a service which may be delegated