org.hudsonci.gwt.common
Class EventSupport<H extends com.google.gwt.event.shared.EventHandler>

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<H>
          extended by org.hudsonci.gwt.common.EventSupport<H>

public abstract class EventSupport<H extends com.google.gwt.event.shared.EventHandler>
extends com.google.gwt.event.shared.GwtEvent<H>

Support for GWT event implementations.

Since:
2.1.0
Author:
Jason Dillon

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 EventSupport(com.google.gwt.event.shared.GwtEvent.Type<H> type)
           
 
Method Summary
 com.google.gwt.event.shared.GwtEvent.Type<H> getAssociatedType()
           
 String toString()
          Annoyingly GwtEvent's default toString() is highly useless, so return the name of the event class instead.
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, dispatch, getSource, isLive, kill, revive
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventSupport

protected EventSupport(com.google.gwt.event.shared.GwtEvent.Type<H> type)
Method Detail

getAssociatedType

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

toString

public String toString()
Annoyingly GwtEvent's default toString() is highly useless, so return the name of the event class instead.

Overrides:
toString in class com.google.web.bindery.event.shared.Event<H extends com.google.gwt.event.shared.EventHandler>


Copyright © 2004-2011 Hudson. All Rights Reserved.