Interface PictoBrowserFunction

All Superinterfaces:
BiConsumer<PictoView,Object[]>
All Known Implementing Classes:
ShowElementBrowserFunction, ShowPreferencesBrowserFunction, ShowViewBrowserFunction

public interface PictoBrowserFunction extends BiConsumer<PictoView,Object[]>
Since:
2.2
Author:
Sina Madani
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface java.util.function.BiConsumer

    accept, andThen
  • Method Details