com.taco.text
Interface CompositeConverter.ICompositeUpdater

All Superinterfaces:
java.util.EventListener, java.beans.PropertyChangeListener
All Known Implementing Classes:
CompositeConverter.AbstractCompositeUpdater, CompositeConverter.CompositeUpdater
Enclosing class:
CompositeConverter

public static interface CompositeConverter.ICompositeUpdater
extends java.beans.PropertyChangeListener

A marker interface for a listener that updates a composite when the value corresponding to an argument map key changes.


Method Summary
 java.lang.Object getComposite()
          Return the composite that this instance updates.
 java.lang.String getPropertyName()
          Return property name of composite that this instance updates.
 
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
 

Method Detail

getComposite

java.lang.Object getComposite()
Return the composite that this instance updates.


getPropertyName

java.lang.String getPropertyName()
Return property name of composite that this instance updates.