1 /**
2 *
3 */
4 package org.ximtec.igesture.tool.view;
5
6 import org.ximtec.igesture.io.AbstractGestureDevice;
7
8 /**
9 * @author Bjorn Puype, bpuype@gmail.com
10 *
11 */
12 public interface DeviceListPanelListener {
13
14 public void updateDeviceListPanelListener(AbstractGestureDevice<?,?> device);
15
16 }