com.infoteria.asteria.flowbuilder2.plugin
Class DescriptionSynchronizer

java.lang.Object
  |
  +--com.infoteria.asteria.flowbuilder2.plugin.DescriptionSynchronizer
All Implemented Interfaces:
Cloneable, EventListener, PropertyChangeListener

public class DescriptionSynchronizer
extends Object
implements PropertyChangeListener, Cloneable

プロパティ変更に連動して説明を同期するPropertyListenerです。


Constructor Summary
DescriptionSynchronizer()
           
 
Method Summary
 Object clone()
           
 void propertyChanged(PropertyChangeEvent e)
           
 void propertyChanging(PropertyChangeEvent e)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescriptionSynchronizer

public DescriptionSynchronizer()
Method Detail

propertyChanged

public void propertyChanged(PropertyChangeEvent e)
Description copied from interface: PropertyChangeListener
プロパティ値が変更された直後に発生するイベント
Specified by:
propertyChanged in interface PropertyChangeListener

propertyChanging

public void propertyChanging(PropertyChangeEvent e)
                      throws PropertyChangeVetoException
Description copied from interface: PropertyChangeListener
プロパティ値が変更された直前に発生するイベント
PropertyChangeVetoExceptionをthrowするとプロパティ値の設定がキャンセルされます。
Specified by:
propertyChanging in interface PropertyChangeListener

clone

public Object clone()
Overrides:
clone in class Object