Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

io.github.libtmux.control.Notification.Notification.read

Java
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
io.github.libtmux.control.Notification
Declared in
Notification
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/control/Notification.java
read ( kind : String , rest : String , value : Optional<String> ) → Notification
methodstatic [source]
methodstatic [source]
read

Reads one notification from its kind and the text after it.

Parameters
  • kind ( String ) – the name without its %

  • rest ( String ) – what followed the name, as tmux wrote it, without any " : " value

  • value ( Optional<String> ) – what followed " : ", which only a subscription carries

0 declared, 0 inherited

Esc

Type to search.