org.seasar.swing.beans
クラス PropertyChangeInterceptor

java.lang.Object
  上位を拡張 org.seasar.swing.beans.PropertyChangeInterceptor
すべての実装されたインタフェース:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class PropertyChangeInterceptor
extends java.lang.Object
implements org.aopalliance.intercept.MethodInterceptor

JavaBeansのsetterメソッド内にfirePropertyChangeの呼び出しを 埋め込むインターセプタです。

作成者:
kaiseh

コンストラクタの概要
PropertyChangeInterceptor()
           
 
メソッドの概要
 java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PropertyChangeInterceptor

public PropertyChangeInterceptor()
メソッドの詳細

invoke

public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation invocation)
                        throws java.lang.Throwable
定義:
インタフェース org.aopalliance.intercept.MethodInterceptor 内の invoke
例外:
java.lang.Throwable