org.jdesktop.swing.utils
Class LoadOnShowListener
java.lang.Object
org.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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoadOnShowListener
public LoadOnShowListener(TabularDataModel data)
hierarchyChanged
public void hierarchyChanged(HierarchyEvent event)
- Specified by:
hierarchyChanged in interface HierarchyListener
Copyright 2004 by Sun Microsystems, Inc. All Rights Reserved.