com.smartgwt.client.event
Class AbstractSmartEvent<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 com.smartgwt.client.event.AbstractSmartEvent<H>
Direct Known Subclasses:
BlurEvent, BrowserEvent, ChangedEvent, ChangedEvent, ChangeEvent, ChangeEvent, ClickEvent, ClickEvent, DataArrivedEvent, DataArrivedEvent, DataChangedEvent, DataChangedEvent, DoubleClickEvent, DragMove, DragStart, DragStop, EditorEnterEvent, EditorEnterEvent, EditorExitEvent, EditorExitEvent, ErrorEvent, FocusEvent, FormItemIconClickEvent, IconClickEvent, IconKeyPressEvent, ItemHoverEvent, KeyDownEvent, KeyPressEvent, KeyUpEvent, MenuItemClickEvent, MouseDownEvent, MouseMoveEvent, MouseOutEvent, MouseOverEvent, MouseUpEvent, MovedEvent, PickerIconClickEvent, RecordClickEvent, ResizedEvent, ShowContextMenuEvent, ShowValueEvent, TitleClickEvent, TitleDoubleClickEvent, TitleHoverEvent

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


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
protected  com.google.gwt.core.client.JavaScriptObject jsObj
           
 
Constructor Summary
protected AbstractSmartEvent(com.google.gwt.core.client.JavaScriptObject jsObj)
           
 
Method Summary
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, dispatch, getAssociatedType, 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
 

Field Detail

jsObj

protected com.google.gwt.core.client.JavaScriptObject jsObj
Constructor Detail

AbstractSmartEvent

protected AbstractSmartEvent(com.google.gwt.core.client.JavaScriptObject jsObj)