Class AbstractTasksPagesEvent

java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<TasksPagesEventHandler>
org.silverpeas.mobile.client.apps.tasks.events.pages.AbstractTasksPagesEvent
Direct Known Subclasses:
TaskCreatedEvent, TasksLoadedEvent, TaskUpdatedEvent

public abstract class AbstractTasksPagesEvent extends com.google.gwt.event.shared.GwtEvent<TasksPagesEventHandler>
  • 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
    Modifier and Type
    Field
    Description
    static com.google.gwt.event.shared.GwtEvent.Type<TasksPagesEventHandler>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.gwt.event.shared.GwtEvent.Type<TasksPagesEventHandler>
     

    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, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • AbstractTasksPagesEvent

      public AbstractTasksPagesEvent()
  • Method Details