All Downloads are FREE. Search and download functionalities are using the official Maven repository.

androidStubs.com.ibm.as400.jtopenstubs.javabeans.VetoableChangeSupport Maven / Gradle / Ivy

There is a newer version: 11.1
Show newest version
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
		
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy