public abstract class NamedRunnable extends Object implements Runnable
protected String
name
NamedRunnable(String format, Object... args)
protected abstract void
execute()
void
run()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final String name
public NamedRunnable(String format, Object... args)
public final void run()
run
Runnable
protected abstract void execute()
Copyright © 2016. All rights reserved.