Uses of Interface
rsvp.controller.ResponseControllerInterface

Packages that use ResponseControllerInterface
rsvp.controller   
 

Uses of ResponseControllerInterface in rsvp.controller
 

Classes in rsvp.controller that implement ResponseControllerInterface
 class ResponseController
          A ResponseController mediates interactions between the view layer and a particular Response.
 

Methods in rsvp.controller that return ResponseControllerInterface
 ResponseControllerInterface EventControllerInterface.getResponseController(int id)
          Returns a ResponseController to mediate access to the Response with the given ID.
 ResponseControllerInterface EventController.getResponseController(int id)