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 SummaryConstructors Constructor Description CbusNodeTrickleFetch(CanSystemConnectionMemo memo, CbusBasicNodeTableFetch model, long timeoutValue)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()voidmessage(CanMessage m)Called when an outgoing message is sent to the CAN Network.voidreply(CanReply m)Called when an incoming CanFrame is received from the CAN Network.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface jmri.jmrix.can.CanListeneraddTc, addTc, removeTc, removeTc
 
- 
 
- 
- 
- 
Constructor Detail- 
CbusNodeTrickleFetchpublic CbusNodeTrickleFetch(CanSystemConnectionMemo memo, CbusBasicNodeTableFetch model, long timeoutValue) 
 
- 
 - 
Method Detail- 
messagepublic void message(CanMessage m) Called when an outgoing message is sent to the CAN Network.- Specified by:
- messagein interface- CanListener
- Parameters:
- m- the CanMessage being sent.
 
 - 
replypublic void reply(CanReply m) Called when an incoming CanFrame is received from the CAN Network.- Specified by:
- replyin interface- CanListener
- Parameters:
- m- the CanReply being received.
 
 - 
disposepublic void dispose() 
 
- 
 
-