com.sage.swt.client.portal.communication
Interface HasSingleTopicHandlers


public interface HasSingleTopicHandlers

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


Method Summary
 com.google.gwt.event.shared.HandlerRegistration addSingleTopicHandler(SingleTopicHandler handler)
          Adds a SingleTopicEvent handler.
 

Method Detail

addSingleTopicHandler

com.google.gwt.event.shared.HandlerRegistration addSingleTopicHandler(SingleTopicHandler handler)
Adds a SingleTopicEvent handler.

Parameters:
handler - the handler
Returns:
the handler registration


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