net.rim.device.api.system
Interface USBPortListener

All Superinterfaces:
IOPortListener

public interface USBPortListener
extends IOPortListener

The listener interface for receiving USB port events.


Fields inherited from interface net.rim.device.api.system.IOPortListener
ERROR_FRAMING, ERROR_OVERRUN, ERROR_PARITY
 
Method Summary
 void connectionRequested()
           
 void dataNotSent()
           
 int getChannel()
          Returns the channel this listener is interested in receiving events on.
 
Methods inherited from interface net.rim.device.api.system.IOPortListener
connected, dataReceived, dataSent, disconnected, patternReceived, receiveError
 

Method Detail

getChannel

public int getChannel()
Returns the channel this listener is interested in receiving events on. This should return the channel returned by the call to USBPort.registerChannel(). This may return -1 to receive events for all channels.

dataNotSent

public void dataNotSent()

connectionRequested

public void connectionRequested()


Copyright 1999-2002 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.