org.jdesktop.jdnc.util
Class LoadOnShowListener

java.lang.Object
  extended by org.jdesktop.jdnc.util.LoadOnShowListener
All Implemented Interfaces:
java.awt.event.HierarchyListener, java.util.EventListener

public class LoadOnShowListener
extends java.lang.Object
implements java.awt.event.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.

Version:
1.0
Author:
Amy Fowler

Constructor Summary
LoadOnShowListener(DefaultTableModelExt data)
           
 
Method Summary
 void hierarchyChanged(java.awt.event.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(DefaultTableModelExt data)
Method Detail

hierarchyChanged

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


Copyright © 2005 Sun Microsystems All Rights Reserved.