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.


Constructor Index

 o Briefcase()

Method Index

 o insert(CalendarEvent)
 o remove(CalendarEvent)

Constructors

 o Briefcase
 public Briefcase()

Methods

 o insert
 public void insert(CalendarEvent e)
 o remove
 public void remove(CalendarEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index