Uses of Interface
rsvp.model.EventInterface

Packages that use EventInterface
rsvp.controller   
rsvp.model   
 

Uses of EventInterface in rsvp.controller
 

Constructors in rsvp.controller with parameters of type EventInterface
EventController(EventInterface event)
          Constructs an EventController to mediate access to a given Event.
 

Uses of EventInterface in rsvp.model
 

Classes in rsvp.model that implement EventInterface
 class Event
          An Event models a social gathering.
 

Methods in rsvp.model that return EventInterface
 EventInterface EventDBInterface.getEvent(int id)
          Returns the event with a given ID.
 EventInterface EventDB.getEvent(int id)