public class BulkCreatorEvent extends com.google.gwt.event.shared.GwtEvent<BulkCreatorEventHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<BulkCreatorEventHandler> |
TYPE |
Constructor and Description |
---|
BulkCreatorEvent(List<BulkCreatorModel> listBulks) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(BulkCreatorEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<BulkCreatorEventHandler> |
getAssociatedType() |
List<BulkCreatorModel> |
getListBulks() |
assertLive, getSource, isLive, kill, revive
public static com.google.gwt.event.shared.GwtEvent.Type<BulkCreatorEventHandler> TYPE
public BulkCreatorEvent(List<BulkCreatorModel> listBulks)
public com.google.gwt.event.shared.GwtEvent.Type<BulkCreatorEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<BulkCreatorEventHandler>
protected void dispatch(BulkCreatorEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<BulkCreatorEventHandler>
public List<BulkCreatorModel> getListBulks()
Copyright © 2015. All Rights Reserved.