public class ImplementationOfConstrainedInterfaceExtendingUnconstrainedSuperClass extends AbstractCalendarService implements AnotherCalendarService
| Constructor and Description |
|---|
ImplementationOfConstrainedInterfaceExtendingUnconstrainedSuperClass() |
| 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 ImplementationOfConstrainedInterfaceExtendingUnconstrainedSuperClass()
public void createEvent(Date start, Date end, List<Person> participants)
createEvent in interface AnotherCalendarServicecreateEvent in class AbstractCalendarServicepublic void addParticipants(Date start, Date end, List<Person> participants)
addParticipants in interface AnotherCalendarServiceaddParticipants in class AbstractCalendarServiceCopyright © 2008–2017. All rights reserved.