androidStubs.com.ibm.as400.jtopenstubs.javabeans.VetoableChangeSupport Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jt400-jdk8 Show documentation
Show all versions of jt400-jdk8 Show documentation
The Open Source version of the IBM Toolbox for Java
package com.ibm.as400.jtopenstubs.javabeans;
public class VetoableChangeSupport {
public VetoableChangeSupport(Object o ) {
}
public void addVetoableChangeListener(VetoableChangeListener listener) {
// TODO Auto-generated method stub
}
public void removeVetoableChangeListener(VetoableChangeListener listener) {
// TODO Auto-generated method stub
}
public void fireVetoableChange(String string, Object oldValue,
Object newValue) {
// TODO Auto-generated method stub
}
}