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

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

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

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

©2011 Cloud Software Group, Inc.

Since:
2.0.0

Method Summary
 com.google.gwt.event.shared.HandlerRegistration addPersistenceEventHandler(PersistenceEventHandler handler)
          Adds a PersistenceEvent handler.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addPersistenceEventHandler

com.google.gwt.event.shared.HandlerRegistration addPersistenceEventHandler(PersistenceEventHandler handler)
Adds a PersistenceEvent handler.

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


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