org.cruxframework.crux.widgets.client.event.swap
Class SwapEvent

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

public class SwapEvent
extends com.google.gwt.event.shared.GwtEvent<SwapHandler>

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
SwapEvent()
           
 
Method Summary
protected  void dispatch(SwapHandler handler)
           
static
<T> void
fire(HasSwapHandlers source)
           
 com.google.gwt.event.shared.GwtEvent.Type<SwapHandler> getAssociatedType()
           
static com.google.gwt.event.shared.GwtEvent.Type<SwapHandler> 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

SwapEvent

public SwapEvent()
Method Detail

getType

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

dispatch

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

getAssociatedType

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

fire

public static <T> void fire(HasSwapHandlers source)


Copyright © 2014. All rights reserved.