org.hudsonci.gwt.common
Class EventSupport<H extends com.google.gwt.event.shared.EventHandler>
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<H>
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 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 |
EventSupport
protected EventSupport(com.google.gwt.event.shared.GwtEvent.Type<H> type)
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.