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

com.dragome.forms.bindings.client.binding.BindingBuilderCallback Maven / Gradle / Ivy

There is a newer version: 0.96-beta4
Show newest version
package com.dragome.forms.bindings.client.binding;

/**
 * This interface allows each builder to notify the binder when a new binding is created.
 */
public interface BindingBuilderCallback
{
	void onBindingCreated(AbstractBinding binding, Object target);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy