public class DataChangedEvent extends com.google.gwt.event.shared.GwtEvent<DataChangedHandler>
| Constructor and Description |
|---|
DataChangedEvent(Record record) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(DataChangedHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<DataChangedHandler> |
getAssociatedType() |
Record |
getRecord() |
static com.google.gwt.event.shared.GwtEvent.Type<DataChangedHandler> |
getType()
Gets the type associated with this event.
|
void |
setRecord(Record record) |
assertLive, getSource, isLive, kill, revivepublic DataChangedEvent(Record record)
public Record getRecord()
public void setRecord(Record record)
public static com.google.gwt.event.shared.GwtEvent.Type<DataChangedHandler> getType()
protected void dispatch(DataChangedHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<DataChangedHandler>public final com.google.gwt.event.shared.GwtEvent.Type<DataChangedHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<DataChangedHandler>