org.jdesktop.swing.utils
Class LoadOnShowListener

java.lang.Object
  extended byorg.jdesktop.swing.utils.LoadOnShowListener
All Implemented Interfaces:
EventListener, HierarchyListener

public class LoadOnShowListener
extends Object
implements HierarchyListener

Listener which may be registered on a user interface component so that the specified data model object will start loading its data when the component is first made visible on the screen.


Constructor Summary
LoadOnShowListener(TabularDataModel data)
           
 
Method Summary
 void hierarchyChanged(HierarchyEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadOnShowListener

public LoadOnShowListener(TabularDataModel data)
Method Detail

hierarchyChanged

public void hierarchyChanged(HierarchyEvent event)
Specified by:
hierarchyChanged in interface HierarchyListener


Copyright 2004 by Sun Microsystems, Inc. All Rights Reserved.