java.lang.Object
com.google.web.bindery.event.shared.Event<AppEventHandler>
com.google.gwt.event.shared.GwtEvent<AppEventHandler>
org.silverpeas.mobile.client.components.base.events.apps.AbstractAppEvent
org.silverpeas.mobile.client.components.base.events.apps.AppEvent

public class AppEvent extends AbstractAppEvent
  • 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

    Fields inherited from class org.silverpeas.mobile.client.components.base.events.apps.AbstractAppEvent

    TYPE
  • Constructor Summary

    Constructors
    Constructor
    Description
    AppEvent(Object sender, String name, Object data)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
     
     
     

    Methods inherited from class org.silverpeas.mobile.client.components.base.events.apps.AbstractAppEvent

    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

  • Method Details

    • dispatch

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

      public Object getData()
    • getName

      public String getName()
    • getSender

      public Object getSender()