Interface WidgetInstanceConsumer

All Superinterfaces:
Consumer<WidgetInstance<?>>

public interface WidgetInstanceConsumer extends Consumer<WidgetInstance<?>>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(WidgetInstance<?> instance)
     

    Methods inherited from interface java.util.function.Consumer

    andThen