public class ImplementationOfCascadingAndNonCascadingInterfaces extends Object implements CalendarService, YetAnotherCalendarService
| Constructor and Description |
|---|
ImplementationOfCascadingAndNonCascadingInterfaces() |
| Modifier and Type | Method and Description |
|---|---|
void |
createEvent(Date start,
Date end,
List<Person> participants) |
public ImplementationOfCascadingAndNonCascadingInterfaces()
public void createEvent(Date start, Date end, List<Person> participants)
createEvent in interface CalendarServicecreateEvent in interface YetAnotherCalendarServiceCopyright © 2008–2017. All rights reserved.