com.infoteria.asteria.flowbuilder2.plugin
Class LoopEndController

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

public class LoopEndController
extends Object
implements PropertyChangeListener, CommonMark

GridPanelを再描画するListenerです。


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

Constructor Detail

LoopEndController

public LoopEndController()
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

isCommon

public boolean isCommon()
Description copied from interface: CommonMark
このListenerが複数インスタンスで共有可能かどうかを示します。
Specified by:
isCommon in interface CommonMark