cork.device
Interface DeviceManager

All Superinterfaces:
Device

public interface DeviceManager
extends Device

All device manager must extend this interface.

Version:
0.1.1
Author:
Brill Pappin

Method Summary
 java.util.Vector getManagedDevices()
          Returns a list of all devices this manager is managing.
 
Methods inherited from interface cork.device.Device
getDeviceDestription, getDeviceName
 

Method Detail

getManagedDevices

public java.util.Vector getManagedDevices()
Returns a list of all devices this manager is managing.
Returns:
java.util.Vector a list of devices managed by this manager.
Since: