Serialized Form


Package org.lirc

Class org.lirc.EventListenerList implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException

Class org.lirc.LIRCEvent implements Serializable

Serialized Fields

repeat

int repeat
The repeat count of this signal.

name

java.lang.String name
The name of the remote button that was pressed.

remote

java.lang.String remote
The name of the remote.

Class org.lirc.LIRCException implements Serializable


Package org.lirc.ui

Class org.lirc.ui.LIRCMapMaker implements Serializable

Serialized Fields

setter

LIRCMapSetup setter

listener

LIRCListener listener

client

LIRCClient client

out

javax.swing.JLabel out

in

javax.swing.JLabel in

lastRemote

java.lang.String lastRemote

lastButton

java.lang.String lastButton