jlibs.core.lang
Class Waiter

java.lang.Object
  extended by jlibs.core.lang.Waiter
All Implemented Interfaces:
Runnable

public class Waiter
extends Object
implements Runnable

Runnable Task that can be used to wait till executed

Author:
Santhosh Kumar T

Constructor Summary
Waiter(Runnable delegate)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Waiter

public Waiter(Runnable delegate)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2018. All rights reserved.