Task.ProgressMonitor
Class UIHookAdapter

java.lang.Object
  extended by Task.ProgressMonitor.UIHookAdapter
Direct Known Subclasses:
SwingUIHookAdapter

public class UIHookAdapter
extends java.lang.Object

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...

Since:
Oct 8, 2007, 3:33:00 PM
Version:
1.0
Author:
Nazmul Idris

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

_uiHook

protected UIHookIF _uiHook
Constructor Detail

UIHookAdapter

public UIHookAdapter()
Method Detail

getUIHook

public UIHookIF getUIHook()


Copyright © 2011. All Rights Reserved.