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 voidrun()
-
-
-
Constructor Detail
-
RefreshAction
RefreshAction()
-
-
Method Detail
-
run
public void run()
Description copied from interface:ThreadingUtil.ThreadActionMust handle its own exceptions.
- Specified by:
runin interfacejava.lang.Runnable- Specified by:
runin interfaceThreadingUtil.ThreadAction
-
-