public class RemoveCreatorEvent extends com.google.gwt.event.shared.GwtEvent<RemoveCreatorEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<RemoveCreatorEventHandler> |
TYPE |
| Constructor and Description |
|---|
RemoveCreatorEvent(CreatorView view)
Instantiates a new removes the creator event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(RemoveCreatorEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<RemoveCreatorEventHandler> |
getAssociatedType() |
CreatorView |
getCreatorView()
Gets the creator view.
|
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<RemoveCreatorEventHandler> TYPE
public RemoveCreatorEvent(CreatorView view)
view - the viewpublic com.google.gwt.event.shared.GwtEvent.Type<RemoveCreatorEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<RemoveCreatorEventHandler>protected void dispatch(RemoveCreatorEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<RemoveCreatorEventHandler>public CreatorView getCreatorView()
Copyright © 2021. All Rights Reserved.