public class RemovedCitationEvent extends com.google.gwt.event.shared.GwtEvent<RemovedCitationEventHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<RemovedCitationEventHandler> |
TYPE |
Constructor and Description |
---|
RemovedCitationEvent(String citekey) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(RemovedCitationEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<RemovedCitationEventHandler> |
getAssociatedType() |
String |
getCitekey() |
assertLive, getSource, isLive, kill, revive
public static com.google.gwt.event.shared.GwtEvent.Type<RemovedCitationEventHandler> TYPE
public RemovedCitationEvent(String citekey)
public String getCitekey()
public com.google.gwt.event.shared.GwtEvent.Type<RemovedCitationEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<RemovedCitationEventHandler>
protected void dispatch(RemovedCitationEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<RemovedCitationEventHandler>
Copyright © 2014. All Rights Reserved.