public class RecalculatedPricingEvent extends com.google.gwt.event.shared.GwtEvent<RecalculatedPricingEventHandler>
Pricing payload.| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<RecalculatedPricingEventHandler> |
TYPE |
| Constructor and Description |
|---|
RecalculatedPricingEvent(Pricing pricing) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(RecalculatedPricingEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<RecalculatedPricingEventHandler> |
getAssociatedType() |
Pricing |
getPricing()
Returns already recalculate pricing items.
|
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<RecalculatedPricingEventHandler> TYPE
public RecalculatedPricingEvent(Pricing pricing)
public com.google.gwt.event.shared.GwtEvent.Type<RecalculatedPricingEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<RecalculatedPricingEventHandler>public Pricing getPricing()
protected void dispatch(RecalculatedPricingEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<RecalculatedPricingEventHandler>Copyright © 2020. All rights reserved.