All Packages Class Hierarchy This Package Previous Next Index
Class ajanta.apps.calendar.Briefcase
java.lang.Object
|
+----java.util.Vector
|
+----ajanta.apps.calendar.Briefcase
- public class Briefcase
- extends Vector
- implements Serializable
A calendar agent is created with a list of possible options for meeting times.
This is encapsulated in the agent as a Briefcase object, which is a list of choices.
-
Briefcase()
-
-
insert(CalendarEvent)
-
-
remove(CalendarEvent)
-
Briefcase
public Briefcase()
insert
public void insert(CalendarEvent e)
remove
public void remove(CalendarEvent e)
All Packages Class Hierarchy This Package Previous Next Index