com.samskivert.util
Interface Interval.RunBuddy

All Superinterfaces:
Runnable
Enclosing class:
Interval

public static interface Interval.RunBuddy
extends Runnable

An interface that will be implemented by the runnable posted to a RunQueue that can be used to retrieve the original Interval.


Method Summary
 Interval getInterval()
          Retrieve the Interval that is responsible for posting this RunBuddy to a RunQueue.
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

getInterval

Interval getInterval()
Retrieve the Interval that is responsible for posting this RunBuddy to a RunQueue. Most likely used to call toString() on the Interval for logging purposes.



Copyright © 2000-2008 Michael Bayne. All Rights Reserved.