
public boolean doInterruptible (Interruptible logic)
Execute a timeout method. Starts the timer and executes the run() method
of the given Interruptibleobject.
Overrides: public boolean doInterruptible(Interruptible
logic) in class
AsynchronouslyInterruptedException
Parameters:
logic - Implements an Interruptible run() method. If null
nothing happens.