androidStubs.com.ibm.as400.jtopenstubs.javabeans.PropertyChangeSupport Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jt400-jdk9 Show documentation
Show all versions of jt400-jdk9 Show documentation
The Open Source version of the IBM Toolbox for Java
package com.ibm.as400.jtopenstubs.javabeans;
import java.util.Locale;
public class PropertyChangeSupport {
public PropertyChangeSupport(Object o) {
}
public void addPropertyChangeListener(PropertyChangeListener listener) {
}
public void removePropertyChangeListener(PropertyChangeListener listener) {
// TODO Auto-generated method stub
}
public void firePropertyChange(String string, Object oldValue,
Object newValue) {
// TODO Auto-generated method stub
}
public void firePropertyChange(String property, boolean oldValue,
boolean newValue) {
// TODO Auto-generated method stub
}
public void firePropertyChange(String property, int oldValue,
int newValue) {
// TODO Auto-generated method stub
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy