Class AbstractEventPagesEvent

java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<EventPagesEventHandler>
org.silverpeas.mobile.client.apps.agenda.events.pages.AbstractEventPagesEvent
Direct Known Subclasses:
AttachmentsLoadedEvent, ParticipationUpdatedEvent, ReminderAddedEvent, ReminderDeletedEvent, RemindersAddingEvent, RemindersLoadedEvent

public abstract class AbstractEventPagesEvent extends com.google.gwt.event.shared.GwtEvent<EventPagesEventHandler>
  • 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<EventPagesEventHandler>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    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

    • AbstractEventPagesEvent

      public AbstractEventPagesEvent()
  • Method Details