Interface PersonPresentation

  • All Known Implementing Classes:
    SwingPersonPresentation

    public interface PersonPresentation
    The presentation for the example.
    Author:
    Fabrizio Giudici
    • Method Detail

      • bind

        void bind​(@Nonnull
                  javax.swing.Action okAction,
                  @Nonnull
                  PersonRegistry personRegistry)
        Initialize the presentation and bind it to some data and callbacks.
        Parameters:
        okAction - the callback for the Ok button
        personRegistry - the persons
      • dispose

        void dispose()
        Disposes the presentation.