org.xwiki.gwt.dom.client
Interface HasCopyHandlers

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

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

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

Since:
5.0M2
Version:
$Id: 715dd685dba4191d85825bb7b73b5f2046e5c302 $

Method Summary
 com.google.gwt.event.shared.HandlerRegistration addCopyHandler(CopyHandler handler)
          Adds a CopyEvent handler.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addCopyHandler

com.google.gwt.event.shared.HandlerRegistration addCopyHandler(CopyHandler handler)
Adds a CopyEvent handler.

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


Copyright © 2004–2015 XWiki. All rights reserved.