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 February 22 2001.  |  Portions Copyright 1997-2000 Sun Microsystems, Inc. All rights reserved.