Package jmri.jmrix.can.cbus.node
Class CbusNodeTrickleFetch
java.lang.Object
jmri.jmrix.can.cbus.node.CbusNodeTrickleFetch
- All Implemented Interfaces:
EventListener,AbstractMRListener,CanListener
-
Constructor Summary
ConstructorsConstructorDescriptionCbusNodeTrickleFetch(CanSystemConnectionMemo memo, CbusBasicNodeTableFetch model, long timeoutValue) -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()voidCalled when an outgoing message is sent to the CAN Network.voidCalled when an incoming CanFrame is received from the CAN Network.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jmri.jmrix.can.CanListener
addTc, addTc, removeTc, removeTc
-
Constructor Details
-
CbusNodeTrickleFetch
public CbusNodeTrickleFetch(CanSystemConnectionMemo memo, CbusBasicNodeTableFetch model, long timeoutValue)
-
-
Method Details
-
message
Called when an outgoing message is sent to the CAN Network.- Specified by:
messagein interfaceCanListener- Parameters:
m- the CanMessage being sent.
-
reply
Called when an incoming CanFrame is received from the CAN Network.- Specified by:
replyin interfaceCanListener- Parameters:
m- the CanReply being received.
-
dispose
-