|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTask.ProgressMonitor.UIHookAdapter
public class UIHookAdapter
UIHookAdapter contains some shared code between all the UIHook adapters. A progress monitor may have multiple clients use it, whereas an AbstractClient will only have 1 monitor. So it's not safe to keep references to the clients here...
| Field Summary | |
|---|---|
protected UIHookIF |
_uiHook
|
| Constructor Summary | |
|---|---|
UIHookAdapter()
|
|
| Method Summary | |
|---|---|
UIHookIF |
getUIHook()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected UIHookIF _uiHook
| Constructor Detail |
|---|
public UIHookAdapter()
| Method Detail |
|---|
public UIHookIF getUIHook()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||