Class RemoveCreatorEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<RemoveCreatorEventHandler>
-
- org.gcube.portlets.widgets.ckan2zenodopublisher.client.events.RemoveCreatorEvent
-
public class RemoveCreatorEvent extends com.google.gwt.event.shared.GwtEvent<RemoveCreatorEventHandler>
The Class RemoveCreatorEvent.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Dec 19, 2019
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<RemoveCreatorEventHandler>TYPE
-
Constructor Summary
Constructors Constructor Description RemoveCreatorEvent(CreatorView view)Instantiates a new removes the creator event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(RemoveCreatorEventHandler handler)com.google.gwt.event.shared.GwtEvent.Type<RemoveCreatorEventHandler>getAssociatedType()CreatorViewgetCreatorView()Gets the creator view.-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Field Detail
-
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<RemoveCreatorEventHandler> TYPE
-
-
Constructor Detail
-
RemoveCreatorEvent
public RemoveCreatorEvent(CreatorView view)
Instantiates a new removes the creator event.- Parameters:
view- the view
-
-
Method Detail
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<RemoveCreatorEventHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<RemoveCreatorEventHandler>
-
dispatch
protected void dispatch(RemoveCreatorEventHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<RemoveCreatorEventHandler>
-
getCreatorView
public CreatorView getCreatorView()
Gets the creator view.- Returns:
- the creator view
-
-