Uses of Class
jexer.TTimer
-
Packages that use TTimer Package Description jexer Jexer - Java Text User Interface library -
-
Uses of TTimer in jexer
Methods in jexer that return TTimer Modifier and Type Method Description TTimer
TApplication. addTimer(long duration, boolean recurring, TAction action)
Convenience function to add a timer.Methods in jexer with parameters of type TTimer Modifier and Type Method Description void
TApplication. removeTimer(TTimer timer)
Convenience function to remove a timer.
-