org.cruxframework.crux.core.client.event
Class CancelEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<CancelHandler>
org.cruxframework.crux.core.client.event.CancelEvent
public class CancelEvent
- extends com.google.gwt.event.shared.GwtEvent<CancelHandler>
- Author:
- Thiago da Rosa de Bustamante
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
com.google.gwt.event.shared.GwtEvent.Type<H> |
| Methods inherited from class com.google.gwt.event.shared.GwtEvent |
assertLive, getSource, isLive, kill, revive |
| Methods inherited from class com.google.web.bindery.event.shared.Event |
setSource, toDebugString, toString |
CancelEvent
protected CancelEvent()
dispatch
protected void dispatch(CancelHandler handler)
- Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<CancelHandler>
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<CancelHandler> getAssociatedType()
- Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<CancelHandler>
getType
public static com.google.gwt.event.shared.GwtEvent.Type<CancelHandler> getType()
- Returns:
fire
public static CancelEvent fire(HasCancelHandlers source)
- Type Parameters:
I - - Parameters:
source -
- Returns:
Copyright © 2014. All rights reserved.