public class CarAddedEvent extends GwtEvent<CarAddedEvent.CarAddedHandler>
Modifier and Type | Class and Description |
---|---|
static interface |
CarAddedEvent.CarAddedHandler |
GwtEvent.Type<H>
Constructor and Description |
---|
CarAddedEvent(CarDto carDto) |
CarAddedEvent(CarDto carDto,
Boolean isNew) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(CarAddedEvent.CarAddedHandler handler) |
static void |
fire(HasHandlers source,
CarDto carDto) |
static void |
fire(HasHandlers source,
CarDto carDto,
Boolean isNew) |
GwtEvent.Type<CarAddedEvent.CarAddedHandler> |
getAssociatedType() |
CarDto |
getCar() |
static GwtEvent.Type<CarAddedEvent.CarAddedHandler> |
getType() |
Boolean |
isNew() |
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public CarAddedEvent(CarDto carDto)
public static GwtEvent.Type<CarAddedEvent.CarAddedHandler> getType()
public static void fire(HasHandlers source, CarDto carDto)
public static void fire(HasHandlers source, CarDto carDto, Boolean isNew)
public GwtEvent.Type<CarAddedEvent.CarAddedHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<CarAddedEvent.CarAddedHandler>
public CarDto getCar()
public Boolean isNew()
protected void dispatch(CarAddedEvent.CarAddedHandler handler)
dispatch
in class GwtEvent<CarAddedEvent.CarAddedHandler>
Copyright © 2010-2014 ArcBees. All Rights Reserved.