org.cruxframework.crux.widgets.client.event
Class CancelEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<CancelHandler>
          extended by org.cruxframework.crux.widgets.client.event.CancelEvent

public class CancelEvent
extends com.google.gwt.event.shared.GwtEvent<CancelHandler>

Author:
Thiago da Rosa de Bustamante

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Constructor Summary
protected CancelEvent()
           
 
Method Summary
protected  void dispatch(CancelHandler handler)
           
static CancelEvent fire(HasCancelHandlers source)
           
 com.google.gwt.event.shared.GwtEvent.Type<CancelHandler> getAssociatedType()
           
static com.google.gwt.event.shared.GwtEvent.Type<CancelHandler> getType()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CancelEvent

protected CancelEvent()
Method Detail

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 © 2015. All rights reserved.