org.cruxframework.crux.widgets.client.event.timeout
Class TimeoutEvent

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

public class TimeoutEvent
extends com.google.gwt.event.shared.GwtEvent<TimeoutHandler>

TODO - Gesse - Comment this

Author:
Gesse S. F. Dafe

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
TimeoutEvent(HasTimeoutHandlers source)
           
 
Method Summary
protected  void dispatch(TimeoutHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<TimeoutHandler> getAssociatedType()
           
 HasTimeoutHandlers getSource()
           
static com.google.gwt.event.shared.GwtEvent.Type<TimeoutHandler> getType()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, 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

TimeoutEvent

public TimeoutEvent(HasTimeoutHandlers source)
Method Detail

getType

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

dispatch

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

getAssociatedType

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

getSource

public HasTimeoutHandlers getSource()
Overrides:
getSource in class com.google.gwt.event.shared.GwtEvent<TimeoutHandler>
Returns:
the source


Copyright © 2015. All rights reserved.