Interface IBuilder<O>

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

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

    Modifier and Type
    Method
    Description
     
  • Method Details