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