public class RemovePublishingResourceEvent extends com.google.gwt.event.shared.GwtEvent<RemovePublishingResourceEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<RemovePublishingResourceEventHandler> |
TYPE
The type.
|
| Constructor and Description |
|---|
RemovePublishingResourceEvent(ResourceElementBean resource)
Instantiates a new removes the publishing resource event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(RemovePublishingResourceEventHandler handler)
Dispatch.
|
com.google.gwt.event.shared.GwtEvent.Type<RemovePublishingResourceEventHandler> |
getAssociatedType()
Gets the associated type.
|
ResourceElementBean |
getResource()
Gets the resource.
|
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<RemovePublishingResourceEventHandler> TYPE
public RemovePublishingResourceEvent(ResourceElementBean resource)
resource - the resourcepublic ResourceElementBean getResource()
public com.google.gwt.event.shared.GwtEvent.Type<RemovePublishingResourceEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<RemovePublishingResourceEventHandler>protected void dispatch(RemovePublishingResourceEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<RemovePublishingResourceEventHandler>handler - the handlerCopyright © 2021. All Rights Reserved.