public class CalendarEventProducer
extends java.lang.Object
Constructor and Description |
---|
CalendarEventProducer(CalendarAuditor auditor,
Container container,
SecurityContext securityContext,
io.vertx.core.eventbus.EventBus ev) |
Modifier and Type | Method and Description |
---|---|
void |
changed() |
void |
serviceAccessed(java.lang.String calendarUid,
java.lang.String origin,
boolean isInteractive,
boolean isRemote) |
void |
veventCreated(VEventSeries event,
java.lang.String uid,
boolean sendNotifications) |
void |
veventDeleted(VEventSeries vevent,
java.lang.String uid,
boolean sendNotifications) |
void |
veventUpdated(VEventSeries old,
VEventSeries vevent,
java.lang.String uid,
boolean sendNotifications) |
public CalendarEventProducer(CalendarAuditor auditor, Container container, SecurityContext securityContext, io.vertx.core.eventbus.EventBus ev)
public void changed()
public void veventCreated(VEventSeries event, java.lang.String uid, boolean sendNotifications)
public void veventUpdated(VEventSeries old, VEventSeries vevent, java.lang.String uid, boolean sendNotifications)
public void veventDeleted(VEventSeries vevent, java.lang.String uid, boolean sendNotifications)
public void serviceAccessed(java.lang.String calendarUid, java.lang.String origin, boolean isInteractive, boolean isRemote)
Copyright © 2021. All Rights Reserved.