Package jmri.jmrix.can.cbus.node
Class CbusNodeTrickleFetch
- java.lang.Object
-
- jmri.jmrix.can.cbus.node.CbusNodeTrickleFetch
-
- All Implemented Interfaces:
java.util.EventListener
,AbstractMRListener
,CanListener
public class CbusNodeTrickleFetch extends java.lang.Object implements CanListener
-
-
Constructor Summary
Constructors Constructor Description CbusNodeTrickleFetch(CanSystemConnectionMemo memo, CbusBasicNodeTableFetch model, long timeoutValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
void
message(CanMessage m)
Called when an outgoing message is sent to the CAN Network.void
reply(CanReply m)
Called 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, wait
-
Methods inherited from interface jmri.jmrix.can.CanListener
addTc, addTc, removeTc, removeTc
-
-
-
-
Constructor Detail
-
CbusNodeTrickleFetch
public CbusNodeTrickleFetch(CanSystemConnectionMemo memo, CbusBasicNodeTableFetch model, long timeoutValue)
-
-
Method Detail
-
message
public void message(CanMessage m)
Called when an outgoing message is sent to the CAN Network.- Specified by:
message
in interfaceCanListener
- Parameters:
m
- the CanMessage being sent.
-
reply
public void reply(CanReply m)
Called when an incoming CanFrame is received from the CAN Network.- Specified by:
reply
in interfaceCanListener
- Parameters:
m
- the CanReply being received.
-
dispose
public void dispose()
-
-