Class ReminderUpdateEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<AgendaAppEventHandler>
-
- org.silverpeas.mobile.client.apps.agenda.events.app.AbstractAgendaAppEvent
-
- org.silverpeas.mobile.client.apps.agenda.events.app.ReminderUpdateEvent
-
public class ReminderUpdateEvent extends AbstractAgendaAppEvent
-
-
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.apps.agenda.events.app.AbstractAgendaAppEvent
TYPE
-
-
Constructor Summary
Constructors Constructor Description ReminderUpdateEvent(CalendarEventDTO event, ReminderDTO reminder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
dispatch(AgendaAppEventHandler handler)
CalendarEventDTO
getEvent()
ReminderDTO
getReminder()
-
Methods inherited from class org.silverpeas.mobile.client.apps.agenda.events.app.AbstractAgendaAppEvent
getAssociatedType
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Constructor Detail
-
ReminderUpdateEvent
public ReminderUpdateEvent(CalendarEventDTO event, ReminderDTO reminder)
-
-
Method Detail
-
dispatch
protected void dispatch(AgendaAppEventHandler handler)
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<AgendaAppEventHandler>
-
getReminder
public ReminderDTO getReminder()
-
getEvent
public CalendarEventDTO getEvent()
-
-