Interface SiteOpenerPresentation
-
public interface SiteOpenerPresentation
- Author:
- Fabrizio Giudici
- Stereotype:
- Presentation
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
SiteOpenerPresentation.Bindings
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
bind(SiteOpenerPresentation.Bindings bindings)
void
notifyInvitationToSelectAFolder(it.tidalwave.util.ui.UserNotificationWithFeedback notification)
-
-
-
Method Detail
-
bind
void bind(@Nonnull SiteOpenerPresentation.Bindings bindings)
-
notifyInvitationToSelectAFolder
void notifyInvitationToSelectAFolder(@Nonnull it.tidalwave.util.ui.UserNotificationWithFeedback notification)
-
-