List of usage examples for java.beans DefaultPersistenceDelegate subclass-usage
From source file com.jk.framework.util.FakeRunnable.java
class MyPersistenceDelegate extends DefaultPersistenceDelegate { @Override protected void initialize(final Class<?> type, final Object oldInstance, final Object newInstance, final Encoder out) { System.out.println("....Processing :" + type + "," + oldInstance + "," + newInstance); super.initialize(type, oldInstance, newInstance, out);