Uses of Interface
rsvp.model.ResponseInterface

Packages that use ResponseInterface
rsvp.controller   
rsvp.model   
 

Uses of ResponseInterface in rsvp.controller
 

Constructors in rsvp.controller with parameters of type ResponseInterface
ResponseController(ResponseInterface response)
          Constructs a new ResponseController to act as a proxy to a given Response object.
 

Uses of ResponseInterface in rsvp.model
 

Classes in rsvp.model that implement ResponseInterface
 class Response
           
 

Methods in rsvp.model that return ResponseInterface
 ResponseInterface EventInterface.getResponse(int n)
          Returns the nth response provided for this Event.
 ResponseInterface Event.getResponse(int n)