java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<PageEventHandler>
org.silverpeas.mobile.client.components.base.events.page.AbstractPageEvent
org.silverpeas.mobile.client.components.base.events.page.DataLoadedEvent

public class DataLoadedEvent extends AbstractPageEvent
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent

    com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
  • Field Summary

    Fields inherited from class org.silverpeas.mobile.client.components.base.events.page.AbstractPageEvent

    TYPE
  • Constructor Summary

    Constructors
    Constructor
    Description
    DataLoadedEvent(String locationId, List data)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
     
     

    Methods inherited from class org.silverpeas.mobile.client.components.base.events.page.AbstractPageEvent

    getAssociatedType

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

    assertLive, 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
  • Constructor Details

    • DataLoadedEvent

      public DataLoadedEvent(String locationId, List data)
  • Method Details

    • dispatch

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

      public String getLocationId()
    • getData

      public List getData()