Package net.targetr.rc.client
Interface Client.DirectSendHandler
- Enclosing class:
Client
public static interface Client.DirectSendHandler
Handler invoked for direct, real-time command dispatch omitting the queue.
-
Method Summary
-
Method Details
-
send
Sends a command to the client.- Parameters:
cmd- the command to send- Throws:
Exception- if an error occurs during delivery
-