public class CreateContractEvent extends com.google.gwt.event.shared.GwtEvent<CreateContractEvent.Handler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateContractEvent.Handler
Handler for
CreateContractEvent. |
static interface |
CreateContractEvent.HasCreateContractHandlers
Indicates if a widget supports ok/cancel.
|
| Constructor and Description |
|---|
CreateContractEvent(Object bean)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(CreateContractEvent.Handler handler) |
static CreateContractEvent |
fire(com.google.gwt.event.shared.HasHandlers source,
Object bean)
Fires the event.
|
com.google.gwt.event.shared.GwtEvent.Type<CreateContractEvent.Handler> |
getAssociatedType() |
Object |
getBean() |
static com.google.gwt.event.shared.GwtEvent.Type<CreateContractEvent.Handler> |
getType()
Gets the type associated with this event.
|
void |
setBean(Object bean) |
assertLive, getSource, isLive, kill, revivepublic CreateContractEvent(Object bean)
bean - public static CreateContractEvent fire(com.google.gwt.event.shared.HasHandlers source, Object bean)
source - bean - public static com.google.gwt.event.shared.GwtEvent.Type<CreateContractEvent.Handler> getType()
public com.google.gwt.event.shared.GwtEvent.Type<CreateContractEvent.Handler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<CreateContractEvent.Handler>GwtEvent.getAssociatedType()protected void dispatch(CreateContractEvent.Handler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<CreateContractEvent.Handler>GwtEvent.dispatch(com.google.gwt.event.shared.EventHandler)public Object getBean()
public void setBean(Object bean)
bean - the bean to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.