public interface AnotherCalendarService
| Modifier and Type | Method and Description |
|---|---|
void |
addParticipants(Date start,
Date end,
List<Person> participants) |
void |
createEvent(@NotNull Date start,
@NotNull Date end,
@NotNull List<Person> participants) |
Copyright © 2008–2017. All rights reserved.