Interface Builder<O>

Type Parameters:
O - the type of the Objects a Builder can build.
All Known Implementing Classes:
ConfirmCookieDialogBuilder, EnterValueDialogBuilder, ShowValueDialogBuilder, WaitDialogBuilder, YesNoDialogBuilder

public interface Builder<O>
A Builder can build Objects.
Author:
Silvan Wyss
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details