Package g1101_1200.s1117_building_h2o
Class H2O
- java.lang.Object
-
- g1101_1200.s1117_building_h2o.H2O
-
public class H2O extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
H2O.HydrogenRunnable
static class
H2O.OxygenRunnable
-
Constructor Summary
Constructors Constructor Description H2O()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
hydrogen(Runnable releaseHydrogen)
void
oxygen(Runnable releaseOxygen)
-
-
-
Method Detail
-
hydrogen
public void hydrogen(Runnable releaseHydrogen) throws InterruptedException
- Throws:
InterruptedException
-
oxygen
public void oxygen(Runnable releaseOxygen) throws InterruptedException
- Throws:
InterruptedException
-
-