Class UpdateRequestListener
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.services.listener.Listener<Set<String>,VacationRequestDTO>
-
- org.exoplatform.rhmanagement.services.listener.UpdateRequestListener
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class UpdateRequestListener extends org.exoplatform.services.listener.Listener<Set<String>,VacationRequestDTO>
Created by Medamine on 25/01/2017.
-
-
Constructor Summary
Constructors Constructor Description UpdateRequestListener(org.exoplatform.container.ExoContainer container, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonEvent(org.exoplatform.services.listener.Event event)
-
-
-
Method Detail
-
onEvent
public void onEvent(org.exoplatform.services.listener.Event event) throws Exception, org.exoplatform.agenda.exception.AgendaException- Specified by:
onEventin classorg.exoplatform.services.listener.Listener<Set<String>,VacationRequestDTO>- Throws:
Exceptionorg.exoplatform.agenda.exception.AgendaException
-
-