public interface HjRunnable extends Runnable
Runnable
class for Habanero-Java. An implementing class must define a
method of no arguments called run()
.Modifier and Type | Method and Description |
---|---|
void |
run() |
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.