public class SaveAttachmentAndOpenEvent extends com.google.gwt.event.shared.GwtEvent<SaveAttachmentAndOpenEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SaveAttachmentAndOpenEventHandler> |
TYPE |
| Constructor and Description |
|---|
SaveAttachmentAndOpenEvent(String messageIdentifier,
String messageType,
String attachId,
AttachOpenListner listner) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(SaveAttachmentAndOpenEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<SaveAttachmentAndOpenEventHandler> |
getAssociatedType() |
String |
getAttachmentId() |
AttachOpenListner |
getAttachOpenListner() |
String |
getMessageIdentifier() |
String |
getMessageType() |
void |
setAttachmentId(String attachmentId) |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<SaveAttachmentAndOpenEventHandler> TYPE
public SaveAttachmentAndOpenEvent(String messageIdentifier, String messageType, String attachId, AttachOpenListner listner)
public AttachOpenListner getAttachOpenListner()
public com.google.gwt.event.shared.GwtEvent.Type<SaveAttachmentAndOpenEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<SaveAttachmentAndOpenEventHandler>protected void dispatch(SaveAttachmentAndOpenEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<SaveAttachmentAndOpenEventHandler>public String getMessageIdentifier()
public String getMessageType()
public String getAttachmentId()
public void setAttachmentId(String attachmentId)
Copyright © 2014. All Rights Reserved.