org.springframework.richclient.dialog.support
Class DialogPageUtils.PageCompleteAdapter

java.lang.Object
  extended by org.springframework.richclient.dialog.support.DialogPageUtils.PageCompleteAdapter
All Implemented Interfaces:
PropertyChangeListener, EventListener
Enclosing class:
DialogPageUtils

protected static class DialogPageUtils.PageCompleteAdapter
extends Object
implements PropertyChangeListener

Internal class to handle the PAGE_COMPLETE property changes in the dialog page and adapt them to operations on a Guarded object.


Constructor Summary
protected DialogPageUtils.PageCompleteAdapter(Guarded guarded)
          Construct a handler on the given guarded object.
 
Method Summary
 void propertyChange(PropertyChangeEvent e)
          Handle a change in the page complete state of the dialog page
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialogPageUtils.PageCompleteAdapter

protected DialogPageUtils.PageCompleteAdapter(Guarded guarded)
Construct a handler on the given guarded object.

Parameters:
guarded - object to manage
Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent e)
Handle a change in the page complete state of the dialog page

Specified by:
propertyChange in interface PropertyChangeListener
Parameters:
e -


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