|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectus.zuercher.gpx2map.image.generic.GenericImageFactory.Observer
private abstract static class GenericImageFactory.Observer
Observer provides a base class for size and drawing observations. It always a caller to wait for observations to complete.
Field Summary | |
---|---|
private boolean |
done
Flag indicating that observations are complete. |
private Object |
sync
Synchronization object. |
Constructor Summary | |
---|---|
private |
GenericImageFactory.Observer()
|
Method Summary | |
---|---|
protected void |
observationComplete()
Used by subclasses to indicate that observation is complete. |
void |
waitOnObservation()
Used by observers to wait for completion of observation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final Object sync
private boolean done
Constructor Detail |
---|
private GenericImageFactory.Observer()
Method Detail |
---|
protected void observationComplete()
public void waitOnObservation()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |