Uses of Interface
rsvp.controller.AppControllerInterface

Packages that use AppControllerInterface
rsvp.controller   
rsvp.view   
 

Uses of AppControllerInterface in rsvp.controller
 

Classes in rsvp.controller that implement AppControllerInterface
 class AppController
          The AppController is the main controller for the RSVP application.
 

Uses of AppControllerInterface in rsvp.view
 

Methods in rsvp.view with parameters of type AppControllerInterface
 void RSVPView.setController(AppControllerInterface controller)
          Sets the controller object that this View will use to interact with data model objects.