Uses of Interface
rsvp.model.EventDBInterface

Packages that use EventDBInterface
rsvp.controller   
rsvp.model   
rsvp.util   
 

Uses of EventDBInterface in rsvp.controller
 

Constructors in rsvp.controller with parameters of type EventDBInterface
AppController(EventDBInterface db)
          Creates a new AppController to mediate access to a particular EventDB.
 

Uses of EventDBInterface in rsvp.model
 

Classes in rsvp.model that implement EventDBInterface
 class EventDB
          An EventDB models a collection of events.
 

Uses of EventDBInterface in rsvp.util
 

Methods in rsvp.util that return EventDBInterface
static EventDBInterface DBPersistence.readFromFile(java.lang.String filename)
           
 

Methods in rsvp.util with parameters of type EventDBInterface
static void DBPersistence.writeToFile(EventDBInterface db, java.lang.String filename)