com.sage.swt.client.customization
Interface HasScriptEventChangeHandlers

All Known Subinterfaces:
ScriptEventBag
All Known Implementing Classes:
DefaultScriptEventBag

public interface HasScriptEventChangeHandlers

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


Method Summary
 com.google.gwt.event.shared.HandlerRegistration addScriptEventChangeHandler(ScriptEventChangeHandler handler)
          Adds a ScriptEventChangeEvent handler.
 

Method Detail

addScriptEventChangeHandler

com.google.gwt.event.shared.HandlerRegistration addScriptEventChangeHandler(ScriptEventChangeHandler handler)
Adds a ScriptEventChangeEvent handler.

Parameters:
handler - the handler
Returns:
the handler registration


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