com.sage.swt.client.widget
Interface HasFactoryCopyHandlers

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

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

A widget that implements this interface is a public source of FactoryCopyEvent events.


Method Summary
 com.google.gwt.event.shared.HandlerRegistration addFactoryCopyHandler(FactoryCopyHandler handler)
          Adds a FactoryCopyEvent handler.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addFactoryCopyHandler

com.google.gwt.event.shared.HandlerRegistration addFactoryCopyHandler(FactoryCopyHandler handler)
Adds a FactoryCopyEvent handler.

Parameters:
handler - the handler
Returns:
the handler registration


Copyright © 2011 Sage Software, Inc. All rights reserved.