net.sourceforge.atunes.kernel.modules.device
Interface DeviceConnectionListener

All Known Implementing Classes:
DeviceHandler

public interface DeviceConnectionListener

The listener interface for receiving deviceConnection events.


Method Summary
 void deviceConnected(java.lang.String location)
          Device connected.
 

Method Detail

deviceConnected

void deviceConnected(java.lang.String location)
Device connected.

Parameters:
location - the location


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.