Uses of Package
org.lirc

Packages that use org.lirc
org.lirc Java client API to receive signals from infrared remote controls using the LIRC or WINLirc packages. 
org.lirc.test Contains classes that test or demonstrate the org.lirc package. 
org.lirc.ui UI components and other classes for use with the org.lirc package. 
org.lirc.util Utility classes for use with the org.lirc package. 
 

Classes in org.lirc used by org.lirc
LIRCEvent
          An event that represents a recevied IR signal (a button press or repeat).
LIRCException
          Thrown to indicate that an error occured in the communication with the lirc daemon.
LIRCListener
          The listener interface for receiving LIRCEvents.
Receiver
          Reads signals from the lircd socket.
StreamReceiver
          Superclass for receviers that receive lirc data on an input stream.
 

Classes in org.lirc used by org.lirc.test
LIRCException
          Thrown to indicate that an error occured in the communication with the lirc daemon.
 

Classes in org.lirc used by org.lirc.ui
LIRCClient
          Reads IR signals and fires LIRCEvents.
LIRCException
          Thrown to indicate that an error occured in the communication with the lirc daemon.
 

Classes in org.lirc used by org.lirc.util
LIRCEvent
          An event that represents a recevied IR signal (a button press or repeat).
LIRCException
          Thrown to indicate that an error occured in the communication with the lirc daemon.