org.xwiki.gwt.dom.client
Interface PasteHandler

All Superinterfaces:
com.google.gwt.event.shared.EventHandler

public interface PasteHandler
extends com.google.gwt.event.shared.EventHandler

Handler interface for PasteEvent events.

Version:
$Id: 167c12b9fa6a29f29bb0601a279ffc8769434580 $

Method Summary
 void onPaste(PasteEvent event)
          Called when a PasteEvent is fired.
 

Method Detail

onPaste

void onPaste(PasteEvent event)
Called when a PasteEvent is fired.

Parameters:
event - the PasteEvent that was fired


Copyright © 2004-2013 XWiki. All Rights Reserved.