jmri.jmrix.lenz
Class AbstractXNetInitilizationManager.XNetInitilizer

java.lang.Object
  extended by jmri.jmrix.lenz.AbstractXNetInitilizationManager.XNetInitilizer
All Implemented Interfaces:
Runnable, EventListener, AbstractMRListener, XNetListener
Enclosing class:
AbstractXNetInitilizationManager

protected class AbstractXNetInitilizationManager.XNetInitilizer
extends Object
implements Runnable, XNetListener


Constructor Summary
AbstractXNetInitilizationManager.XNetInitilizer(Object Parent)
           
 
Method Summary
 void dispose()
           
 void message(XNetMessage l)
          Member function that will be invoked by a XNetInterface implementation to forward a XNet message sent to the layout.
 void message(XNetReply l)
          Member function that will be invoked by a XNetInterface implementation to forward a XNet message from the layout.
 void notifyTimeout(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.
 void run()
           
protected  Timer setupInitTimer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractXNetInitilizationManager.XNetInitilizer

public AbstractXNetInitilizationManager.XNetInitilizer(Object Parent)
Method Detail

setupInitTimer

protected Timer setupInitTimer()

run

public void run()
Specified by:
run in interface Runnable

message

public void message(XNetReply l)
Description copied from interface: XNetListener
Member function that will be invoked by a XNetInterface implementation to forward a XNet message from the layout.

Specified by:
message in 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.

message

public void message(XNetMessage l)
Description copied from interface: XNetListener
Member function that will be invoked by a XNetInterface implementation to forward a XNet message sent to the layout. Normally, this function will do nothing.

Specified by:
message in 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.

notifyTimeout

public void notifyTimeout(XNetMessage msg)
Description copied from interface: XNetListener
Member function invoked by an XNetInterface implementation to notify * a sender that an outgoing message timed out and was dropped from the * queue.

Specified by:
notifyTimeout in interface XNetListener

dispose

public void dispose()


Copyright © 1997 - 2011 JMRI Community.
JMRI, DecoderPro, PanelPro, SoundPro, DispatcherPro and associated logos are our trademarks.

Additional information on copyright, trademarks and licenses is linked here.
Site hosted by: Get JMRI Model Railroad Interface at SourceForge.net. Fast, secure and Free Open Source software downloads