org.xwiki.gwt.dom.client
Interface HasPasteHandlers

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

public interface HasPasteHandlers
extends com.google.gwt.event.shared.HasHandlers

A widget that implements this interface provides registration for PasteHandler instances.

Version:
$Id: HasPasteHandlers.java 26728 2010-02-04 08:49:36Z mflorea $

Method Summary
 com.google.gwt.event.shared.HandlerRegistration addPasteHandler(PasteHandler handler)
          Adds a PasteEvent handler.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addPasteHandler

com.google.gwt.event.shared.HandlerRegistration addPasteHandler(PasteHandler handler)
Adds a PasteEvent handler.

Parameters:
handler - the paste handler
Returns:
HandlerRegistration used to remove this handler


Copyright © 2004-2011 XWiki. All Rights Reserved.