public class SaveAttachmentsEvent extends com.google.gwt.event.shared.GwtEvent<SaveAttachmentsEventHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SaveAttachmentsEventHandler> |
TYPE |
Constructor and Description |
---|
SaveAttachmentsEvent(String messageIdentifier,
String messageType) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(SaveAttachmentsEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<SaveAttachmentsEventHandler> |
getAssociatedType() |
String |
getMessageIdentifier() |
String |
getMessageType() |
assertLive, getSource, isLive, kill, revive
public static com.google.gwt.event.shared.GwtEvent.Type<SaveAttachmentsEventHandler> TYPE
public com.google.gwt.event.shared.GwtEvent.Type<SaveAttachmentsEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<SaveAttachmentsEventHandler>
protected void dispatch(SaveAttachmentsEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<SaveAttachmentsEventHandler>
public String getMessageIdentifier()
public String getMessageType()
Copyright © 2015. All Rights Reserved.