A B D E G I L M N P R S T U W Y

E

EmailAddress - Class in rsvp.model
This class models an email address.
EmailAddress(String) - Constructor for class rsvp.model.EmailAddress
Creates a new EmailAddress from the given String, which must be a valid email address, as defined by EmailAddress.isValid(String).
EmailAddressInterface - Interface in rsvp.model
 
Event - Class in rsvp.model
An Event models a social gathering.
Event() - Constructor for class rsvp.model.Event
Constructs a new event with an empty collection of responses and an empty passcode.
EventController - Class in rsvp.controller
An EventController mediates interactions between the view layer and a particular Event.
EventController(EventInterface) - Constructor for class rsvp.controller.EventController
Constructs an EventController to mediate access to a given Event.
EventControllerInterface - Interface in rsvp.controller
 
EventDB - Class in rsvp.model
An EventDB models a collection of events.
EventDB() - Constructor for class rsvp.model.EventDB
Creates a new, empty EventDB.
EventDBInterface - Interface in rsvp.model
 
EventInterface - Interface in rsvp.model
 

A B D E G I L M N P R S T U W Y