站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

ClipboardListener (NetBeans APIs) - NetBeans API Javadoc 4.1.0


org.openide.util.datatransfer
Interface ClipboardListener

All Superinterfaces:
EventListener

public interface ClipboardListener
extends EventListener

Listener to changes in the clipboard.


Method Summary
 void clipboardChanged(ClipboardEvent ev)
          Called when the content of the clipboard is changed.
 

Method Detail

clipboardChanged

public void clipboardChanged(ClipboardEvent ev)
Called when the content of the clipboard is changed.

Parameters:
ev - event describing the action


Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.