Interface Statusbar.OnTextPushed

Enclosing class:
Statusbar
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Statusbar.OnTextPushed
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onTextPushed(int context_id, Str text)
    Emitted whenever a new message gets pushed onto a statusbar's stack.
  • Method Details

    • onTextPushed

      void onTextPushed(int context_id, @Nonnull Str text)
      Emitted whenever a new message gets pushed onto a statusbar's stack.
      Parameters:
      context_id - the context id of the relevant message/statusbar
      text - the message that was pushed