Uses of Interface
jmri.jmrix.powerline.SerialListener
Packages that use SerialListener
Package
Description
This package handles communications for powerline adapters, such as X10.
This package handles communications for CM11 powerline adapters.
This package handles communications for CP290 powerline adapters.
This package handles communications for Insteon 2412S adapters.
-
Uses of SerialListener in jmri.jmrix.powerline
Classes in jmri.jmrix.powerline that implement SerialListenerModifier and TypeClassDescriptionclassManage the system-specific Sensor implementation.Methods in jmri.jmrix.powerline with parameters of type SerialListenerModifier and TypeMethodDescriptionvoidSerialInterface.addSerialListener(SerialListener l) voidSerialTrafficController.addSerialListener(SerialListener l) voidSerialInterface.removeSerialListener(SerialListener l) voidSerialTrafficController.removeSerialListener(SerialListener l) voidSerialTrafficController.sendInsteonSequence(InsteonSequence s, SerialListener l) Send a sequence of Insteon messages to an adapter.voidSerialInterface.sendSerialMessage(SerialMessage m, SerialListener l) voidSerialTrafficController.sendSerialMessage(SerialMessage m, SerialListener reply) Forward a preformatted message to the actual interface.voidSerialTrafficController.sendX10Sequence(X10Sequence s, SerialListener l) Send a sequence of X10 messages to an adapter. -
Uses of SerialListener in jmri.jmrix.powerline.cm11
Classes in jmri.jmrix.powerline.cm11 that implement SerialListenerModifier and TypeClassDescriptionclassManage the system-specific Sensor implementation.Methods in jmri.jmrix.powerline.cm11 with parameters of type SerialListenerModifier and TypeMethodDescriptionvoidSpecificTrafficController.sendX10Sequence(X10Sequence s, SerialListener l) Send a sequence of X10 messages -
Uses of SerialListener in jmri.jmrix.powerline.cp290
Classes in jmri.jmrix.powerline.cp290 that implement SerialListenerModifier and TypeClassDescriptionclassManage the system-specific Sensor implementation.Methods in jmri.jmrix.powerline.cp290 with parameters of type SerialListenerModifier and TypeMethodDescription(package private) voidSpecificTrafficController.formatAndSend(int housecode, int devicemask, X10Sequence.Function c, SerialListener l) Format a message and send itvoidSpecificTrafficController.sendX10Sequence(X10Sequence s, SerialListener l) Send a sequence of X10 messages -
Uses of SerialListener in jmri.jmrix.powerline.insteon2412s
Classes in jmri.jmrix.powerline.insteon2412s that implement SerialListenerModifier and TypeClassDescriptionclassManage the system-specific Sensor implementation.Methods in jmri.jmrix.powerline.insteon2412s with parameters of type SerialListenerModifier and TypeMethodDescriptionvoidSpecificTrafficController.sendInsteonSequence(InsteonSequence s, SerialListener l) Send a sequence of Insteon messagesvoidSpecificTrafficController.sendX10Sequence(X10Sequence s, SerialListener l) Send a sequence of X10 messages -
Uses of SerialListener in jmri.jmrix.powerline.simulator
Classes in jmri.jmrix.powerline.simulator that implement SerialListenerModifier and TypeClassDescriptionclassManage the system-specific Sensor implementation.Methods in jmri.jmrix.powerline.simulator with parameters of type SerialListenerModifier and TypeMethodDescriptionvoidSpecificTrafficController.sendInsteonSequence(InsteonSequence s, SerialListener l) Send a sequence of Insteon messages.voidSpecificTrafficController.sendX10Sequence(X10Sequence s, SerialListener l) Send a sequence of X10 messages. -
Uses of SerialListener in jmri.jmrix.powerline.swing.packetgen
Classes in jmri.jmrix.powerline.swing.packetgen that implement SerialListenerModifier and TypeClassDescriptionclassFrame for user input of serial messages.classFrame for user input of Powerline messages. -
Uses of SerialListener in jmri.jmrix.powerline.swing.serialmon
Classes in jmri.jmrix.powerline.swing.serialmon that implement SerialListenerModifier and TypeClassDescriptionclassSwing action to create and register a MonFrame object.