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