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