All Packages Class Hierarchy This Package Previous Next Index
Interface ajanta.apps.calendar.Calendar
- public interface Calendar
- extends Resource
This is an interface for accessing Calendar database
-
checkConflict(CalendarEvent)
- checks whther given event conflist with any scheduled appointments
-
printDayEvents(Date)
- Print DayEvents for the given date
-
ScheduleEvent(CalendarEvent)
- method allows the agent to schedule a particular appointment
ScheduleEvent
public abstract void ScheduleEvent(CalendarEvent e)
- method allows the agent to schedule a particular appointment
checkConflict
public abstract boolean checkConflict(CalendarEvent e)
- checks whther given event conflist with any scheduled appointments
printDayEvents
public abstract void printDayEvents(Date d)
- Print DayEvents for the given date
All Packages Class Hierarchy This Package Previous Next Index