public class SaveResourceEvent extends com.google.gwt.event.shared.GwtEvent<SaveResourceEventHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SaveResourceEventHandler> |
TYPE |
Constructor and Description |
---|
SaveResourceEvent(String resourceId,
String resourceName,
ElaborationType type) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(SaveResourceEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<SaveResourceEventHandler> |
getAssociatedType() |
ElaborationType |
getElaborationType() |
String |
getResourceId() |
String |
getResourceName() |
assertLive, getSource, isLive, kill, revive
public static final com.google.gwt.event.shared.GwtEvent.Type<SaveResourceEventHandler> TYPE
public SaveResourceEvent(String resourceId, String resourceName, ElaborationType type)
public com.google.gwt.event.shared.GwtEvent.Type<SaveResourceEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<SaveResourceEventHandler>
protected void dispatch(SaveResourceEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<SaveResourceEventHandler>
public String getResourceName()
public String getResourceId()
public ElaborationType getElaborationType()
Copyright © 2014. All Rights Reserved.