Uses of Interface
org.silverpeas.mobile.client.apps.agenda.events.pages.EventPagesEventHandler
-
Packages that use EventPagesEventHandler Package Description org.silverpeas.mobile.client.apps.agenda.events.pages org.silverpeas.mobile.client.apps.agenda.pages -
-
Uses of EventPagesEventHandler in org.silverpeas.mobile.client.apps.agenda.events.pages
Fields in org.silverpeas.mobile.client.apps.agenda.events.pages with type parameters of type EventPagesEventHandler Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<EventPagesEventHandler>
AbstractEventPagesEvent. TYPE
Methods in org.silverpeas.mobile.client.apps.agenda.events.pages that return types with arguments of type EventPagesEventHandler Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<EventPagesEventHandler>
AbstractEventPagesEvent. getAssociatedType()
static com.google.gwt.event.shared.GwtEvent.Type<EventPagesEventHandler>
AbstractEventPagesEvent. getTYPE()
Methods in org.silverpeas.mobile.client.apps.agenda.events.pages with parameters of type EventPagesEventHandler Modifier and Type Method Description protected void
AttachmentsLoadedEvent. dispatch(EventPagesEventHandler handler)
protected void
ParticipationUpdatedEvent. dispatch(EventPagesEventHandler handler)
protected void
ReminderAddedEvent. dispatch(EventPagesEventHandler handler)
protected void
ReminderDeletedEvent. dispatch(EventPagesEventHandler handler)
protected void
RemindersAddingEvent. dispatch(EventPagesEventHandler handler)
protected void
RemindersLoadedEvent. dispatch(EventPagesEventHandler handler)
-
Uses of EventPagesEventHandler in org.silverpeas.mobile.client.apps.agenda.pages
Classes in org.silverpeas.mobile.client.apps.agenda.pages that implement EventPagesEventHandler Modifier and Type Class Description class
EventPage
-