Package jmri.jmrix.lenz
Class XNetInitializationManager.XNetInitializer
- java.lang.Object
- 
- jmri.jmrix.lenz.XNetInitializationManager.XNetInitializer
 
- 
- All Implemented Interfaces:
- java.util.EventListener,- AbstractMRListener,- XNetListener
 - Enclosing class:
- XNetInitializationManager
 
 protected class XNetInitializationManager.XNetInitializer extends java.lang.Object implements XNetListener 
- 
- 
Constructor SummaryConstructors Constructor Description XNetInitializer(java.lang.Object Parent)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()voidmessage(XNetMessage l)Member function that will be invoked by an XNetInterface implementation to forward an XNet message sent to the layout.voidmessage(XNetReply l)Member 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 javax.swing.TimersetupInitTimer()
 
- 
- 
- 
Constructor Detail- 
XNetInitializerpublic XNetInitializer(java.lang.Object Parent) 
 
- 
 - 
Method Detail- 
setupInitTimerprotected javax.swing.Timer setupInitTimer() 
 - 
messagepublic void message(XNetReply l) 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 interface- XNetListener
- Parameters:
- l- The received XNet message. Note that this same object may be presented to multiple users. It should not be modified here.
 
 - 
messagepublic void message(XNetMessage l) 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 interface- XNetListener
- Parameters:
- l- The received XNet message. Note that this same object may be presented to multiple users. It should not be modified here.
 
 - 
notifyTimeoutpublic void notifyTimeout(XNetMessage msg) 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 interface- XNetListener
- Parameters:
- msg- message which has timed out.
 
 - 
disposepublic void dispose() 
 
- 
 
-