On this page
io.github.libtmux.control.ControlEvent.ControlEvent.parse
- Module
- io.github.libtmux.control.ControlEvent
- Declared in
- ControlEvent
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/control/ControlEvent.java
- parse ( line : String ) Optional<ControlEvent>
-
Reads one notification line.
- Parameters
-
-
line ( String ) – the line as tmux wrote it, leading
%and all
-
- Returns
-
the event, or empty when the line is not a notification
0 declared, 0 inherited