1 package org.josql.events;2 3 public interface BindVariableChangedListener4 {5 6 public void bindVariableChanged (BindVariableChangedEvent ev);7 8 }