Interface ProgressWorkerDialogBuilder.BuilderFactory

Enclosing interface:
ProgressWorkerDialogBuilder<T,V>

public static interface ProgressWorkerDialogBuilder.BuilderFactory

Provides builders for a given task type.

If the task also implements the corresponding handler interface, its handler methods are automatically wired first. Additional handlers can then be added via the returned builder, and are called after the handler interface methods, in the order they were added.

See Also: