|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectro.polak.multilevelcarpark.controllers.BusyElement
public abstract class BusyElement
Busy element class. Used for indicating the state of blockable elements, Used for solving controllers dependencies.
| Constructor Summary | |
|---|---|
BusyElement()
|
|
| Method Summary | |
|---|---|
boolean |
isBusy()
Tells whenever the element is busy |
void |
makeBusy()
Makes the element busy (sleeps it) and then automatically frees it. |
void |
makeFree()
Makes the element free |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BusyElement()
| Method Detail |
|---|
public void makeBusy()
public void makeFree()
public boolean isBusy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||