Class JadiceEvent<H extends JadiceEventHandler>

java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<H>
com.levigo.jadice.web.client.event.JadiceEvent<H>
Type Parameters:
H -
Direct Known Subclasses:
CurrentPageChangedEvent, DocumentChangedEvent, InventoryRenderSettingsEvent, LoadingEvent, MediaChangedEvent, PageLayoutChangedEvent, PageSelectionChangedEvent, RenderSettingsEvent, ToolChangedEvent, VisibleRectChangedEvent

public abstract class JadiceEvent<H extends JadiceEventHandler> extends com.google.gwt.event.shared.GwtEvent<H>
Super type for jadice web toolkit events.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    JadiceEvent(com.google.gwt.event.shared.HasHandlers source)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.gwt.event.shared.HasHandlers
     

    Methods inherited from class com.google.gwt.event.shared.GwtEvent

    assertLive, dispatch, getAssociatedType, 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 Details

    • JadiceEvent

      public JadiceEvent(com.google.gwt.event.shared.HasHandlers source)
      Parameters:
      source - the source of the event
  • Method Details

    • getSource

      public com.google.gwt.event.shared.HasHandlers getSource()
      Overrides:
      getSource in class com.google.gwt.event.shared.GwtEvent<H extends JadiceEventHandler>