org.lirc.util
Interface IRActionListener

All Superinterfaces:
java.util.EventListener

public interface IRActionListener
extends java.util.EventListener

Listens for application specific (and remote control independent) strings. In a SimpleLIRCClient.

Version:
$Revision: 1.2 $
Author:
Bjorn Bringert (bjorn@mumblebee.com)

Method Summary
 void action(java.lang.String command)
          Called when an IR event has neen received that is mapped to a string.
 

Method Detail

action

public void action(java.lang.String command)
Called when an IR event has neen received that is mapped to a string.