JavaTM 2 Platform
Standard Ed. 6

類別 java.util.TooManyListenersException
的使用

使用 TooManyListenersException 的軟體套件
java.awt.dnd Drag 和 Drop 是一種直接操作動作,在許多圖形使用者介面系統中都會遇到它,它提供了一種機制,能夠在兩個與 GUI 中顯示元素邏輯相關的實體之間傳輸資訊。 
java.beans.beancontext 提供與 bean 上下文有關的類別和介面。 
 

java.awt.dndTooManyListenersException 的使用
 

拋出 TooManyListenersExceptionjava.awt.dnd 中的方法
 void DragGestureRecognizer.addDragGestureListener(DragGestureListener dgl)
          註冊一個新的 DragGestureListener
 void DragSourceContext.addDragSourceListener(DragSourceListener dsl)
          如果尚未將 DragSourceListener 添加到此 DragSourceContext,則添加一個。
 void DropTarget.addDropTargetListener(DropTargetListener dtl)
          添加一個新的 DropTargetListener (UNICAST SOURCE)。
 

java.beans.beancontextTooManyListenersException 的使用
 

拋出 TooManyListenersExceptionjava.beans.beancontext 中的方法
 Object BeanContextServices.getService(BeanContextChild child, Object requestor, Class serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)
          BeanContextChild(或任意與 BeanContextChild 關聯的物件)可以通過調用此方法從其巢狀 BeanContextServices 中獲得對當前已註冊服務的參考。
 Object BeanContextServicesSupport.getService(BeanContextChild child, Object requestor, Class serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)
          獲得一個可被委託的服務。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only