Class PositiveItemDlpListener
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.services.listener.Listener<org.exoplatform.commons.dlp.service.DlpPositiveItemService,Object>
-
- org.exoplatform.social.notification.impl.PositiveItemDlpListener
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class PositiveItemDlpListener extends org.exoplatform.services.listener.Listener<org.exoplatform.commons.dlp.service.DlpPositiveItemService,Object>
-
-
Field Summary
Fields Modifier and Type Field Description static StringDLP_DETECT_ITEM_EVENTstatic StringDLP_RESTORE_ITEM_EVENT
-
Constructor Summary
Constructors Constructor Description PositiveItemDlpListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonEvent(org.exoplatform.services.listener.Event<org.exoplatform.commons.dlp.service.DlpPositiveItemService,Object> event)dlp positive item detected/restored
-
-
-
Field Detail
-
DLP_DETECT_ITEM_EVENT
public static final String DLP_DETECT_ITEM_EVENT
- See Also:
- Constant Field Values
-
DLP_RESTORE_ITEM_EVENT
public static final String DLP_RESTORE_ITEM_EVENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
onEvent
public void onEvent(org.exoplatform.services.listener.Event<org.exoplatform.commons.dlp.service.DlpPositiveItemService,Object> event)
dlp positive item detected/restored- Specified by:
onEventin classorg.exoplatform.services.listener.Listener<org.exoplatform.commons.dlp.service.DlpPositiveItemService,Object>- Parameters:
event-
-
-