Interface CommonApp.ExtraAction<Solution_>

All Superinterfaces:
BiConsumer<SolutionBusiness<Solution_,?>,SolutionPanel<Solution_>>
All Known Implementing Classes:
ConferenceCFPImportAction
Enclosing class:
CommonApp<Solution_>

public static interface CommonApp.ExtraAction<Solution_> extends BiConsumer<SolutionBusiness<Solution_,?>,SolutionPanel<Solution_>>
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface java.util.function.BiConsumer

    accept, andThen
  • Method Details