public class EditContactEvent extends com.google.gwt.event.shared.GwtEvent<EditContactEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<EditContactEventHandler> |
TYPE |
| Constructor and Description |
|---|
EditContactEvent() |
EditContactEvent(ContactCard contactCard) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(EditContactEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<EditContactEventHandler> |
getAssociatedType() |
Long |
getId()
Returns the contact card ID or
null if the event represents a new contact request. |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<EditContactEventHandler> TYPE
public EditContactEvent()
public EditContactEvent(ContactCard contactCard)
public com.google.gwt.event.shared.GwtEvent.Type<EditContactEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<EditContactEventHandler>protected void dispatch(EditContactEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<EditContactEventHandler>public Long getId()
null if the event represents a new contact request.nullCopyright © 2020. All rights reserved.