Uses of Class
jmri.jmrix.can.cbus.swing.eventrequestmonitor.CbusEventRequestMonitorEvent.FbState
-
Packages that use CbusEventRequestMonitorEvent.FbState Package Description jmri.jmrix.can.cbus.swing.eventrequestmonitor Defines classes for implementing an event table to interact with a MERG CBUS network. -
-
Uses of CbusEventRequestMonitorEvent.FbState in jmri.jmrix.can.cbus.swing.eventrequestmonitor
Methods in jmri.jmrix.can.cbus.swing.eventrequestmonitor that return CbusEventRequestMonitorEvent.FbState Modifier and Type Method Description protected CbusEventRequestMonitorEvent.FbState
CbusEventRequestMonitorEvent. getLastFb()
static CbusEventRequestMonitorEvent.FbState
CbusEventRequestMonitorEvent.FbState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CbusEventRequestMonitorEvent.FbState[]
CbusEventRequestMonitorEvent.FbState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrix.can.cbus.swing.eventrequestmonitor with parameters of type CbusEventRequestMonitorEvent.FbState Modifier and Type Method Description protected void
CbusEventRequestMonitorEvent. setLastFb(CbusEventRequestMonitorEvent.FbState newval)
-