/**
 * 
 */
package jy;

import org.osgi.framework.ServiceListener;

import com.buglabs.device.IButtonEventListener;

/**
 * @author Brian
 *
 * This is a wrapper interface for my Jython class, JythonServiceListener
 * Currently this class is empty, but any methods in our Jython class that
 *  we would like to call from java, must be defined here.
 */
public interface IJythonServiceListener extends ServiceListener, IButtonEventListener {

}