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

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

public class FinishEvent
extends com.google.gwt.event.shared.GwtEvent<FinishHandler>

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 FinishEvent()
           
 
Method Summary
 void cancel()
           
protected  void dispatch(FinishHandler handler)
           
static FinishEvent fire(HasFinishHandlers source)
           
 com.google.gwt.event.shared.GwtEvent.Type<FinishHandler> getAssociatedType()
           
static com.google.gwt.event.shared.GwtEvent.Type<FinishHandler> getType()
           
 boolean isCanceled()
           
 
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

FinishEvent

protected FinishEvent()
Method Detail

getType

public static com.google.gwt.event.shared.GwtEvent.Type<FinishHandler> getType()
Returns:

fire

public static FinishEvent fire(HasFinishHandlers source)
Type Parameters:
I -
Parameters:
source -
Returns:

dispatch

protected void dispatch(FinishHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<FinishHandler>

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<FinishHandler> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<FinishHandler>

isCanceled

public boolean isCanceled()
Returns:
the canceled

cancel

public void cancel()


Copyright © 2015. All rights reserved.