Uses of Interface
net.anwiba.commons.swing.action.IActionConsumer
-
Packages that use IActionConsumer Package Description net.anwiba.commons.swing.action -
-
Uses of IActionConsumer in net.anwiba.commons.swing.action
Methods in net.anwiba.commons.swing.action with parameters of type IActionConsumer Modifier and Type Method Description IActionProcedurBuilder<I,O>ActionProcedurBuilder. setConsumer(IActionConsumer<O> consumer)IActionProcedurBuilder<I,O>IActionProcedurBuilder. setConsumer(IActionConsumer<O> consumer)Constructors in net.anwiba.commons.swing.action with parameters of type IActionConsumer Constructor Description ActionProcedur(java.lang.String title, java.lang.String descrition, java.lang.String errorMessage, IActionInitializer<I> initializer, IActionTask<I,O> task, IActionConsumer<O> consumer)
-