Package jmri.jmrix.openlcb.swing
Class DropCdiCache
- java.lang.Object
-
- jmri.jmrix.openlcb.swing.DropCdiCache
-
public class DropCdiCache extends java.lang.Object
Single static method to handle dropping the CDI cache for a node. Finds all open CDI windows and closes them with a prompt as to whether to cancel or not Then drops the CDI
-
-
Constructor Summary
Constructors Constructor Description DropCdiCache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
drop(NodeID destNodeID, OlcbInterface iface)
-
-
-
Constructor Detail
-
DropCdiCache
public DropCdiCache()
-
-
Method Detail
-
drop
public static void drop(NodeID destNodeID, OlcbInterface iface)
-
-