view
Interface IDeviceConnector

All Known Subinterfaces:
ILightViewConnector

public interface IDeviceConnector

This interface provides methods for the view to control the DMX device.


Method Summary
 boolean connect()
          This method will tell the view to the connect to the USBDMX.com device.
 void disconnect()
          This method will tell the model to disconnect from the current device, and switch to the dummy DMX device.
 

Method Detail

connect

boolean connect()
This method will tell the view to the connect to the USBDMX.com device.

TODO: This method needs to be redone so that the user can select what device they want to connect to.

Returns:
This method will return true if the model sucsessfully connected to the device, and false otherwise.

disconnect

void disconnect()
This method will tell the model to disconnect from the current device, and switch to the dummy DMX device.