Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

plp.presentation
Interface Epoc6Device  view Epoc6Device download Epoc6Device.java

All Known Implementing Classes:
AbstractEpoc6Device

public interface Epoc6Device


Method Summary
 void addDeviceListener(DeviceListener listenerToAdd)
           
 void connect()
           
 void disconnect()
           
 plp.presentation.fileclient.FileClient getFileClient()
           
 void removeDeviceListener(DeviceListener listenerToRemove)
           
 

Method Detail

connect

public void connect()

disconnect

public void disconnect()

addDeviceListener

public void addDeviceListener(DeviceListener listenerToAdd)

removeDeviceListener

public void removeDeviceListener(DeviceListener listenerToRemove)

getFileClient

public plp.presentation.fileclient.FileClient getFileClient()