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

com.uqbar.poo.aop.PropertySupport.scala Maven / Gradle / Ivy

There is a newer version: 3.6.3
Show newest version
package com.uqbar.poo.aop

import java.util.EventListener;

trait PropertySupport {

	def firePropertyChange(propertyName:String , oldValue:Object, newValue:Object )

	def addPropertyChangeListener(propertyName:String , listener:EventListener)

	def removePropertyChangeListener(propertyName:String, listener:EventListener)

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy