Interface Statusbar.OnTextPopped

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.OnTextPopped
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onTextPopped(int context_id, Str text)
    Emitted whenever a new message is popped off a statusbar's stack.
  • Method Details

    • onTextPopped

      void onTextPopped(int context_id, @Nonnull Str text)
      Emitted whenever a new message is popped off a statusbar's stack.
      Parameters:
      context_id - the context id of the relevant message/statusbar
      text - the message that was just popped