jreceiver.common.callback.rpc
Interface StatusListener

All Superinterfaces:
RpcBase
All Known Implementing Classes:
StatusListenerDirect

public interface StatusListener
extends RpcBase

Interface for configuring a client driver or device from the server.

The driver (or its device driver) has the option of implementing none, some or all the functionality in this interface.

Version:
$Revision: 1.2 $ $Date: 2002/12/29 00:44:08 $
Author:
Reed Esau

Field Summary
static java.lang.String GET_RECS
           
static java.lang.String HANDLER_NAME
           
 
Fields inherited from interface jreceiver.common.rpc.RpcBase
DETECT
 
Method Summary
 java.util.Vector getRecs()
          Return a list of driver setting recs.
 
Methods inherited from interface jreceiver.common.rpc.RpcBase
detect
 

Field Detail

HANDLER_NAME

public static final java.lang.String HANDLER_NAME

GET_RECS

public static final java.lang.String GET_RECS
Method Detail

getRecs

public java.util.Vector getRecs()
                         throws RpcException
Return a list of driver setting recs.


Copyright © 2001-2002 Reed Esau, All Rights Reserved.