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