public class DeleteContactEvent extends com.google.gwt.event.shared.GwtEvent<DeleteContactEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<DeleteContactEventHandler> |
TYPE |
| Constructor and Description |
|---|
DeleteContactEvent(ContactCard contactCard) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(DeleteContactEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<DeleteContactEventHandler> |
getAssociatedType() |
ContactCard |
getContactCard() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<DeleteContactEventHandler> TYPE
public DeleteContactEvent(ContactCard contactCard)
public com.google.gwt.event.shared.GwtEvent.Type<DeleteContactEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<DeleteContactEventHandler>protected void dispatch(DeleteContactEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<DeleteContactEventHandler>public ContactCard getContactCard()
Copyright © 2023. All rights reserved.