Package jmri.jmrix.lenz
Class XNetInitializationManager.XNetInitializer
java.lang.Object
jmri.jmrix.lenz.XNetInitializationManager.XNetInitializer
- All Implemented Interfaces:
EventListener,AbstractMRListener,XNetListener
- Enclosing class:
- XNetInitializationManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()voidMember function that will be invoked by an XNetInterface implementation to forward an XNet message sent to the layout.voidMember function that will be invoked by an XNetInterface implementation to forward an XNet message from the layout.voidnotifyTimeout(XNetMessage msg) Member function invoked by an XNetInterface implementation to notify a sender that an outgoing message timed out and was dropped from the queue.protected Timer
-
Constructor Details
-
XNetInitializer
-
-
Method Details
-
setupInitTimer
-
message
Description copied from interface:XNetListenerMember function that will be invoked by an XNetInterface implementation to forward an XNet message from the layout.- Specified by:
messagein interfaceXNetListener- Parameters:
l- The received XNet message. Note that this same object may be presented to multiple users. It should not be modified here.
-
message
Description copied from interface:XNetListenerMember function that will be invoked by an XNetInterface implementation to forward an XNet message sent to the layout. Normally, this function will do nothing.- Specified by:
messagein interfaceXNetListener- Parameters:
l- The received XNet message. Note that this same object may be presented to multiple users. It should not be modified here.
-
notifyTimeout
Description copied from interface:XNetListenerMember function invoked by an XNetInterface implementation to notify a sender that an outgoing message timed out and was dropped from the queue.- Specified by:
notifyTimeoutin interfaceXNetListener- Parameters:
msg- message which has timed out.
-
dispose
-