Uses of Interface
rsvp.controller.EventControllerInterface

Packages that use EventControllerInterface
rsvp.controller   
 

Uses of EventControllerInterface in rsvp.controller
 

Classes in rsvp.controller that implement EventControllerInterface
 class EventController
          An EventController mediates interactions between the view layer and a particular Event.
 

Methods in rsvp.controller that return EventControllerInterface
 EventControllerInterface AppControllerInterface.getEvent(int id)
          Creates and returns an EventController to mediate access to the event with the given ID.
 EventControllerInterface AppController.getEvent(int id)