org.jbpm.formbuilder.client.bus
Class ExistingValidationsResponseEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<ExistingValidationsResponseHandler>
          extended by org.jbpm.formbuilder.client.bus.ExistingValidationsResponseEvent

public class ExistingValidationsResponseEvent
extends com.google.gwt.event.shared.GwtEvent<ExistingValidationsResponseHandler>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
static com.google.gwt.event.shared.GwtEvent.Type<ExistingValidationsResponseHandler> TYPE
           
 
Constructor Summary
ExistingValidationsResponseEvent(List<FBValidationItem> existingValidations)
           
 
Method Summary
protected  void dispatch(ExistingValidationsResponseHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<ExistingValidationsResponseHandler> getAssociatedType()
           
 List<FBValidationItem> getExistingValidations()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final com.google.gwt.event.shared.GwtEvent.Type<ExistingValidationsResponseHandler> TYPE
Constructor Detail

ExistingValidationsResponseEvent

public ExistingValidationsResponseEvent(List<FBValidationItem> existingValidations)
Method Detail

getExistingValidations

public List<FBValidationItem> getExistingValidations()

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<ExistingValidationsResponseHandler> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ExistingValidationsResponseHandler>

dispatch

protected void dispatch(ExistingValidationsResponseHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<ExistingValidationsResponseHandler>


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.