jreceiver.common.callback.rpc
Interface CommandListener

All Superinterfaces:
RpcBase
All Known Implementing Classes:
CommandListenerDirect

public interface CommandListener
extends RpcBase

Interface to be supported by drivers that can respond to direct commands

The player (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 FORWARD_COMMAND
           
static java.lang.String HANDLER_NAME
           
 
Fields inherited from interface jreceiver.common.rpc.RpcBase
DETECT
 
Method Summary
 void forwardCommand(Device device, Command command)
          handle a command directly by the driver
 
Methods inherited from interface jreceiver.common.rpc.RpcBase
detect
 

Field Detail

HANDLER_NAME

public static final java.lang.String HANDLER_NAME

FORWARD_COMMAND

public static final java.lang.String FORWARD_COMMAND
Method Detail

forwardCommand

public void forwardCommand(Device device,
                           Command command)
                    throws RpcException
handle a command directly by the driver


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