public class CreateDomainEvent extends com.google.gwt.event.shared.GwtEvent<CreateDomainEventHandler>
Domain payload.| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<CreateDomainEventHandler> |
TYPE |
| Constructor and Description |
|---|
CreateDomainEvent(Domain domain) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(CreateDomainEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<CreateDomainEventHandler> |
getAssociatedType() |
Domain |
getDomain()
Returns a domain that needs to be created.
|
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<CreateDomainEventHandler> TYPE
public com.google.gwt.event.shared.GwtEvent.Type<CreateDomainEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<CreateDomainEventHandler>public Domain getDomain()
protected void dispatch(CreateDomainEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<CreateDomainEventHandler>Copyright © 2023. All rights reserved.