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

All Known Implementing Classes:
DeviceHandler

public interface DeviceDisconnectionListener

The listener interface for receiving deviceDisconnection events.


Method Summary
 void deviceDisconnected(java.lang.String location)
          Device disconnected.
 

Method Detail

deviceDisconnected

void deviceDisconnected(java.lang.String location)
Device disconnected.

Parameters:
location - the location


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