Uses of Interface
io.github.marcopaglio.booking.presenter.BookingPresenter
Packages that use BookingPresenter
Package
Description
Contains implementations of the presenter for the booking application using the service layer.
Contains implementations of the view for the booking application using Swing.
-
Uses of BookingPresenter in io.github.marcopaglio.booking.presenter.served
Classes in io.github.marcopaglio.booking.presenter.served that implement BookingPresenterModifier and TypeClassDescriptionclass
A concrete implementation of the presenter for the booking application using a single view and delegating operations on repositories to a service layer. -
Uses of BookingPresenter in io.github.marcopaglio.booking.view.swing
Methods in io.github.marcopaglio.booking.view.swing with parameters of type BookingPresenterModifier and TypeMethodDescriptionvoid
BookingSwingView.setBookingPresenter
(BookingPresenter bookingPresenter) Sets the presenter called to carry out the actions of the controls.