View Javadoc
1 /* 2 * Created by IntelliJ IDEA. 3 * User: birchfield 4 * Date: Aug 18, 2002 5 * Time: 5:13:14 PM 6 * To change template for new interface use 7 * Code Style | Class Templates options (Tools | IDE Options). 8 */ 9 package net.plugin.sql.listeners; 10 11 public interface DataSourceChangeListener { 12 13 public void dataSourcesChanged(); 14 }

This page was automatically generated by Maven