public abstract class DelayedOperation extends Object
new DelayedOperation() {
// @Override
public void doJob() {
// Here the code...
}
}.start(5000); // the operation will start after 5 secs.
| Constructor and Description |
|---|
DelayedOperation() |
Copyright © 2014. All Rights Reserved.