org.springframework.richclient.list
Class SingleListSelectionGuard

java.lang.Object
  extended by org.springframework.richclient.list.SingleListSelectionGuard
All Implemented Interfaces:
PropertyChangeListener, EventListener

public class SingleListSelectionGuard
extends Object
implements PropertyChangeListener


Constructor Summary
SingleListSelectionGuard(ValueModel selectionIndexHolder, Guarded guarded)
           
 
Method Summary
 void propertyChange(PropertyChangeEvent evt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleListSelectionGuard

public SingleListSelectionGuard(ValueModel selectionIndexHolder,
                                Guarded guarded)
Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent evt)
Specified by:
propertyChange in interface PropertyChangeListener


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.