Class RemovePublishingResourceEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<RemovePublishingResourceEventHandler>
-
- org.gcube.portlets.widgets.ckandatapublisherwidget.client.ui.workspace.RemovePublishingResourceEvent
-
public class RemovePublishingResourceEvent extends com.google.gwt.event.shared.GwtEvent<RemovePublishingResourceEventHandler>
The Class RemovePublishingResourceEvent.- Author:
- Francesco Mangiacrapa at ISTI-CNR (francesco.mangiacrapa@isti.cnr.it) Mar 9, 2021
-
-
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<RemovePublishingResourceEventHandler>TYPEThe type.
-
Constructor Summary
Constructors Constructor Description RemovePublishingResourceEvent(ResourceElementBean resource)Instantiates a new removes the publishing resource event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(RemovePublishingResourceEventHandler handler)Dispatch.com.google.gwt.event.shared.GwtEvent.Type<RemovePublishingResourceEventHandler>getAssociatedType()Gets the associated type.ResourceElementBeangetResource()Gets the resource.-
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<RemovePublishingResourceEventHandler> TYPE
The type.
-
-
Constructor Detail
-
RemovePublishingResourceEvent
public RemovePublishingResourceEvent(ResourceElementBean resource)
Instantiates a new removes the publishing resource event.- Parameters:
resource- the resource
-
-
Method Detail
-
getResource
public ResourceElementBean getResource()
Gets the resource.- Returns:
- the resource
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<RemovePublishingResourceEventHandler> getAssociatedType()
Gets the associated type.- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<RemovePublishingResourceEventHandler>- Returns:
- the associated type
-
dispatch
protected void dispatch(RemovePublishingResourceEventHandler handler)
Dispatch.- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<RemovePublishingResourceEventHandler>- Parameters:
handler- the handler
-
-