jreceiver.common.callback.rpc
Class CommandListenerDirect

java.lang.Object
  |
  +--jreceiver.common.rpc.RpcBaseDirect
        |
        +--jreceiver.common.callback.rpc.CommandListenerDirect
All Implemented Interfaces:
CommandListener, RpcBase

public abstract class CommandListenerDirect
extends RpcBaseDirect
implements CommandListener

To be implemented by drivers that can respond to direct commands

Version:
$Revision: 1.3 $ $Date: 2002/07/31 11:29:41 $
Author:
Reed Esau

Fields inherited from interface jreceiver.common.callback.rpc.CommandListener
FORWARD_COMMAND, HANDLER_NAME
 
Fields inherited from interface jreceiver.common.rpc.RpcBase
DETECT
 
Constructor Summary
CommandListenerDirect(User user)
           
 
Method Summary
abstract  void forwardCommand(Device device, Command command)
          handle a command directly by the driver
 
Methods inherited from class jreceiver.common.rpc.RpcBaseDirect
authorize, detect, getHandlerName, getSecurityBean, getUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jreceiver.common.rpc.RpcBase
detect
 

Constructor Detail

CommandListenerDirect

public CommandListenerDirect(User user)
Method Detail

forwardCommand

public abstract void forwardCommand(Device device,
                                    Command command)
                             throws RpcException
Description copied from interface: CommandListener
handle a command directly by the driver
Specified by:
forwardCommand in interface CommandListener


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