public class ImplementationOfConstrainedAndUnconstrainedInterfaces extends Object implements CalendarService, AnotherCalendarService
| Constructor and Description |
|---|
ImplementationOfConstrainedAndUnconstrainedInterfaces() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParticipants(Date start,
Date end,
List<Person> participants) |
void |
createEvent(Date start,
Date end,
List<Person> participants) |
public ImplementationOfConstrainedAndUnconstrainedInterfaces()
public void createEvent(Date start, Date end, List<Person> participants)
createEvent in interface AnotherCalendarServicecreateEvent in interface CalendarServicepublic void addParticipants(Date start, Date end, List<Person> participants)
addParticipants in interface AnotherCalendarServiceaddParticipants in interface CalendarServiceCopyright © 2008–2017. All rights reserved.