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
Fields inherited from interface jreceiver.common.rpc.RpcBase |
DETECT |
Methods inherited from interface jreceiver.common.rpc.RpcBase |
detect |
HANDLER_NAME
public static final java.lang.String HANDLER_NAME
FORWARD_COMMAND
public static final java.lang.String FORWARD_COMMAND
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.