T
public final class AfterChangeEvent<T> extends ChangeEvent
newValue
oldValue
AfterChangeEvent(T oldValue, T newValue)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final T oldValue
public final T newValue
public AfterChangeEvent(T oldValue, T newValue)