Package jmri.jmrix.dccpp.serial
Class SerialDCCppPacketizer.RefreshAction
- java.lang.Object
-
- jmri.jmrix.dccpp.serial.SerialDCCppPacketizer.RefreshAction
-
- All Implemented Interfaces:
java.lang.Runnable
,ThreadingUtil.ThreadAction
- Enclosing class:
- SerialDCCppPacketizer
final class SerialDCCppPacketizer.RefreshAction extends java.lang.Object implements ThreadingUtil.ThreadAction
-
-
Constructor Summary
Constructors Constructor Description RefreshAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Constructor Detail
-
RefreshAction
RefreshAction()
-
-
Method Detail
-
run
public void run()
Description copied from interface:ThreadingUtil.ThreadAction
Must handle its own exceptions.
- Specified by:
run
in interfacejava.lang.Runnable
- Specified by:
run
in interfaceThreadingUtil.ThreadAction
-
-