Class AgendaEventReplyListener

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.listener.Listener<org.exoplatform.agenda.model.EventAttendee,org.exoplatform.agenda.model.EventAttendee>
org.exoplatform.agenda.listener.AgendaEventReplyListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin, org.exoplatform.services.listener.ListenerBase<org.exoplatform.agenda.model.EventAttendee,org.exoplatform.agenda.model.EventAttendee>

public class AgendaEventReplyListener extends org.exoplatform.services.listener.Listener<org.exoplatform.agenda.model.EventAttendee,org.exoplatform.agenda.model.EventAttendee>
  • Field Summary

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    AgendaEventReplyListener(org.exoplatform.container.ExoContainer container)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.exoplatform.agenda.service.AgendaEventService
     
    void
    onEvent(org.exoplatform.services.listener.Event<org.exoplatform.agenda.model.EventAttendee,org.exoplatform.agenda.model.EventAttendee> event)
     
    void
    sendReplyResponseNotification(org.exoplatform.agenda.model.Event event, org.exoplatform.agenda.model.EventAttendee eventAttendee)
     

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, getName, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.exoplatform.services.listener.ListenerBase

    getName
  • Constructor Details

    • AgendaEventReplyListener

      public AgendaEventReplyListener(org.exoplatform.container.ExoContainer container)
  • Method Details

    • onEvent

      public void onEvent(org.exoplatform.services.listener.Event<org.exoplatform.agenda.model.EventAttendee,org.exoplatform.agenda.model.EventAttendee> event) throws Exception
      Throws:
      Exception
    • getAgendaEventService

      public org.exoplatform.agenda.service.AgendaEventService getAgendaEventService()
    • sendReplyResponseNotification

      public void sendReplyResponseNotification(org.exoplatform.agenda.model.Event event, org.exoplatform.agenda.model.EventAttendee eventAttendee)