com.tibco.bpm.web.client.model.managedevents
Interface HasProcessTemplateEventHandler

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

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

An object that implements this interface has a handler for the ProcessTemplateEvent event.

©2013 Cloud Software Group, Inc.

Since:
2.1.0

Method Summary
 com.google.gwt.event.shared.HandlerRegistration addProcessTemplateEventHandler(ProcessTemplateEventHandler handler)
          Adds a ProcessTemplateEvent handler.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addProcessTemplateEventHandler

com.google.gwt.event.shared.HandlerRegistration addProcessTemplateEventHandler(ProcessTemplateEventHandler handler)
Adds a ProcessTemplateEvent handler.

Parameters:
handler - the handler
Returns:
the registration for the event


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.