public abstract class AbstractCalendarService extends Object
AbstractCalendarService()
abstract void
createEvent(Date start, Date end, List<Person> participants)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbstractCalendarService()
public abstract void createEvent(Date start, Date end, List<Person> participants)
Copyright © 2008–2014. All rights reserved.