org.das2.util.TickleTimer

TickleTimer is a timer that fires once it's been left alone for a while. The idea is the keyboard can be pecked away and the change event will not be fired until the keyboard is idle. This is a copy of the TickleTimer used in Autoplot. java.util.Timer performs very similar functionality.


getMessages

getMessages( ) → List

Returns:

java.util.List

search for examples view on GitHub view source


isRunning

isRunning( ) → boolean

Returns:

boolean

search for examples view on GitHub view source


setRunning

setRunning( boolean running ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


tickle

tickle( ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source