public abstract class GenericRunnable<ItemType> extends Object implements Runnable
GenericRunnable(ItemType item)
protected abstract void
execute(ItemType item)
void
run()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GenericRunnable(ItemType item)
protected abstract void execute(ItemType item)
public void run()
run
Runnable
Copyright © 2014–2022 European Space Agency (ESA). All rights reserved.