Uses of Interface
io.github.marcopaglio.booking.presenter.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
Modifier 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
Modifier and TypeMethodDescriptionvoid
BookingSwingView.setBookingPresenter
(BookingPresenter bookingPresenter) Sets the presenter called to carry out the actions of the controls.